aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-17 10:54:32 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-17 10:54:32 -0800
commit98a7fbd6a30160575c2d092579f806833288b744 (patch)
treef786d058371358c13831cfdb4b98c0f7689746ba /tests
parentf48ab8b31f1807931e1bf6180ac04bf00d126a90 (diff)
fix name in test runner
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
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()