From: Justin Seyster Date: Thu, 2 Sep 2010 00:16:55 +0000 (-0400) Subject: Fixed misspelled assertion. X-Git-Tag: release-v1.0~49^2~9 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=56f9daf63a1caa8d9adcca5589cd437f438c9f16;p=interaspect.git Fixed misspelled assertion. --- diff --git a/test/run-testcase.py b/test/run-testcase.py index 2a5576a..c26aedc 100755 --- a/test/run-testcase.py +++ b/test/run-testcase.py @@ -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: