projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5afe770
)
Fixed misspelled assertion.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Thu, 2 Sep 2010 00:16:55 +0000
(20:16 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Thu, 2 Sep 2010 00:16:55 +0000
(20:16 -0400)
test/run-testcase.py
patch
|
blob
|
history
diff --git
a/test/run-testcase.py
b/test/run-testcase.py
index 2a5576ad7a4d50d4e72d272d37f6cdeefc119a70..c26aedc9a6d0db8d8ac22cb1457d4c241a17fa13 100755
(executable)
--- 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: