aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-13 17:32:54 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-13 17:32:54 -0700
commit7aa745d5bf521ae4124af8fc3c224dddbde490ee (patch)
tree4855e1c602c9c0b677f5703cbdde1da1190ec8b8
parentb3a279b0a50b42f50c992811a6d10999c4aee124 (diff)
update autooptimize test
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 815185f2..18f9e9d8 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4031,7 +4031,7 @@ Child2:9
def check(output):
# TODO: check the line #
assert 'Overflow|src.cpp:6 : 60 hits, %20 failures' in output, 'no indication of Overflow corrections'
- assert 'UnSign|src.cpp:13 : 6 hits, %16 failures' in output, 'no indication of Sign corrections'
+ assert 'UnSign|src.cpp:13 : 6 hits, %17 failures' in output, 'no indication of Sign corrections'
return output
self.do_test(src, '*186854335,63*\n', output_nicerizer=check)