diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-07 15:26:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-07 15:26:00 -0800 |
commit | f282ef13db5a5bd65e6507f01c992dfccb9dd483 (patch) | |
tree | 71f112ae587c70f9c2bd8b51c1de9d96c34f7aa2 /tests/runner.py | |
parent | 757ec8ff0c67d7ab12fc38e7178484c1b540634f (diff) |
weaken unneeded part of profiling test
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 89a437a4..38a596f8 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4021,7 +4021,7 @@ Block 0: ''', post_build=post1) ''') src.close() - self.do_run(src, ': __Z6inner1i (5000)\n*ok*', post_build=post) + self.do_run(src, ': __Z6inner1i (5000)\n', post_build=post) ### Integration tests |