Added tests for `not` subroutine in stdlib.
[vvhitespace] / stdlib_tests / vv_test.py
index 381a732..bc8d27c 100755 (executable)
@@ -30,6 +30,7 @@ tests = [
         ['2005_memcmp', '', '+1'],
         ['2006_memsrch', '', '+32'],
         ['2007_memrand', '', ''],
         ['2005_memcmp', '', '+1'],
         ['2006_memsrch', '', '+32'],
         ['2007_memrand', '', ''],
+        ['3001_not', '', '-1+0-6148914691236517206+6148914691236517205'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: