diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-09 13:51:14 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-09 13:51:14 -0700 |
commit | ea94dbe3b70f0772180463f412382d8abd02915a (patch) | |
tree | b9f97c4e74245ccd6c5becdd88b09a32facb1439 | |
parent | a286d7cfc87f70d2e3c4701074d32d9284b00ede (diff) |
rename test_error ; all tests pass
-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 04ebaa19..f90e349a 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -701,7 +701,7 @@ if 'benchmark' not in str(sys.argv): ''' self.do_test(src, '4:10,177,543,def\n4\nwowie\ntoo\n76\n5\n(null)\n/* a comment */\n// another\ntest\n', ['wowie', 'too', '74']) - def test_error(self): + def test_errar(self): src = r''' #include <stdio.h> #include <errno.h> |