diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-09 17:35:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-09 17:35:05 -0800 |
commit | b3b11f92f4374334c78d1374d5aea5e8aeba17c4 (patch) | |
tree | 1e6e53f6fe3fbe76c491e19d11982840e7f420be /tests/runner.py | |
parent | 49a7a02e87c40f6b7b2ece388f131f8d192fb444 (diff) |
fix test_sizeof
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6df90df8..35a484be 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3158,7 +3158,7 @@ Exiting setjmp function, level: 0, prev_jmp: -1 return 0; } ''' - self.do_run(src, '*2,2,5,8,8***8,8,5,8,8***7,2,6,990,7,2*', [], lambda x: x.replace('\n', '*')) + self.do_run(src, '*2,2,5,8,8***8,8,5,8,8***7,2,6,990,7,2*', [], lambda x, err: x.replace('\n', '*')) def test_emscripten_api(self): #if Settings.MICRO_OPTS or Settings.RELOOP or Building.LLVM_OPTS: return self.skip('FIXME') |