Added tests for heap IMP.
[vvhitespace] / vv_test.py
index 4a31280..33a998b 100755 (executable)
@@ -24,6 +24,7 @@ tests = [
         ['2003_arithmetic_multiplication', 'B'],
         ['2004_arithmetic_division', 'A'],
         ['2005_arithmetic_remainder', 'A'],
         ['2003_arithmetic_multiplication', 'B'],
         ['2004_arithmetic_division', 'A'],
         ['2005_arithmetic_remainder', 'A'],
+        ['3001_heap', 'BCA'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: