diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-17 10:54:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-17 10:54:32 -0800 |
commit | 98a7fbd6a30160575c2d092579f806833288b744 (patch) | |
tree | f786d058371358c13831cfdb4b98c0f7689746ba | |
parent | f48ab8b31f1807931e1bf6180ac04bf00d126a90 (diff) |
fix name in test runner
-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 3ab1ea16..82b46fac 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4432,7 +4432,7 @@ TT = %s del T # T is just a shape for the specific subclasses, we don't test it itself - class Other(RunnerCore): + class other(RunnerCore): def test_eliminator(self): input = open(path_from_root('tools', 'eliminator', 'eliminator-test.js')).read() expected = open(path_from_root('tools', 'eliminator', 'eliminator-test-output.js')).read() |