Commit c7141424 authored by Jayke Meijer's avatar Jayke Meijer

Added extra test.

parent 69c93ff8
......@@ -120,6 +120,7 @@ class TestStatement(unittest.TestCase):
a = []
self.assertEqual(S('command', 'bne', 'a', 'b', 'L1').get_def(), a)
self.assertEqual(S('command', 'beq', 'a', 'b', 'L1').get_def(), a)
def test_get_use_true(self):
arg1 = ['$1']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment