Fixed misspelled assertion.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 2 Sep 2010 00:16:55 +0000 (20:16 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 2 Sep 2010 00:16:55 +0000 (20:16 -0400)
test/run-testcase.py

index 2a5576ad7a4d50d4e72d272d37f6cdeefc119a70..c26aedc9a6d0db8d8ac22cb1457d4c241a17fa13 100755 (executable)
@@ -387,7 +387,7 @@ if __name__ == '__main__':
         elif (opt == "--verbose" or opt == "-v"):
             verbose = True
         else:
-            assert(1)
+            assert(0)
 
     # Validate args
     if gcc_interaspect_lib is None: