Fixing a comment in memsrch test and adding a dummy test for memrand. Heap tests...
[vvhitespace] / stdlib_tests / vv_test.py
index 6cfa0bd..381a732 100755 (executable)
@@ -29,6 +29,7 @@ tests = [
         ['2004_memcpy', '', '34:\t+42\n35:\t+42\n'],
         ['2005_memcmp', '', '+1'],
         ['2006_memsrch', '', '+32'],
         ['2004_memcpy', '', '34:\t+42\n35:\t+42\n'],
         ['2005_memcmp', '', '+1'],
         ['2006_memsrch', '', '+32'],
+        ['2007_memrand', '', ''],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: