diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 16:01:35 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 16:01:35 -0700 |
commit | 499ace020e95c574255dc9aa3604db441d54702c (patch) | |
tree | 3334d4a3cf31d9c439094aacd284220ecaccb22a /tests | |
parent | 8331c32384e33fc865d03acab630759527304451 (diff) |
fix test_gc for o1 and o2
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 0beea3a1..9b6bf5fa 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6186,6 +6186,8 @@ def process(filename): printf(".\n"); global = 0; + + return 0; } ''' self.do_run(src, '''basic test |