diff options
Diffstat (limited to 'tests')
-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 |