aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-14 10:39:42 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-14 10:39:42 -0800
commit1847ca00d63c8aedb951052e2f9749e105c06346 (patch)
treeb47cc77722072ae070708f5cea8ea9a5c8cdc016
parent8b6047b57badc18d90afddde86bf727b1a30733e (diff)
reduce some fuzzer output
-rwxr-xr-xtests/fuzz/csmith_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/csmith_driver.py b/tests/fuzz/csmith_driver.py
index 1a82b80a..f949c7be 100755
--- a/tests/fuzz/csmith_driver.py
+++ b/tests/fuzz/csmith_driver.py
@@ -62,7 +62,7 @@ while 1:
try:
shared.check_execute([COMP, opts, fullname, '-o', filename + '1'] + CSMITH_CFLAGS) # + shared.EMSDK_OPTS
except Exception, e:
- print 'Failed to compile natively using clang', e
+ print 'Failed to compile natively using clang'
notes['invalid'] += 1
continue