Skip to content
Snippets Groups Projects
Commit c7141424 authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Added extra test.

parent 69c93ff8
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment