diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-25 14:19:33 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-25 14:19:33 -0700 |
commit | e66467d1be008217851f25a7eebeaf5be103028d (patch) | |
tree | b8de8962da7cfec117faae4928bbf9880b10daec /tests/runner.py | |
parent | 5db12d067ed104e26f77e31a02febb0e0b2d1667 (diff) |
fix test_life
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/runner.py b/tests/runner.py index 4107d57e..e4d4134e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3377,14 +3377,14 @@ Exiting setjmp function, level: 0, prev_jmp: -1 self.emcc_args += ['-std=c99'] src = open(path_from_root('tests', 'life.c'), 'r').read() self.do_run(src, '''-------- - [][][] -[][] + [][][] +[][] [] - [] -[][] - - - + [] +[][] + + + -------- ''', ['8', '8', '25000'], force_c=True) |