Kaynağa Gözat

started on get def test function

Richard Torenvliet 14 yıl önce
ebeveyn
işleme
779efaa1cc
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      tests/test_statement.py

+ 4 - 3
tests/test_statement.py

@@ -94,8 +94,9 @@ class TestStatement(unittest.TestCase):
         self.assertFalse(S('command', 'foo').is_arith())
         self.assertFalse(S('label', 'addu').is_arith())
         
-#    def test_get_def(self):
-#        self.assertEqual(S('command', 'addu', '$1', '$2', '$3'), '$1')
-#        
+    def test_get_def(self):
+#        print S('command', 'addu', '$1', '$2', '$3').get_def()
+        #self.assertEqual(S('command', 'addu', '$1', '$2', '$3'), '$1')
+