aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-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()