tests/test-run-tests.py
changeset 21315 56610da39b48
parent 20284 e1e6ddaef299
child 25061 625dd917f04f
--- a/tests/test-run-tests.py	Sat Apr 19 15:37:50 2014 -0700
+++ b/tests/test-run-tests.py	Sat Apr 19 16:11:49 2014 -0700
@@ -29,7 +29,7 @@
     assert expected.endswith('\n') and output.endswith('\n'), 'missing newline'
     assert not re.search(r'[^ \w\\/\r\n()*?]', expected + output), \
            'single backslash or unknown char'
-    match = run_tests.linematch(expected, output)
+    match = run_tests.TTest.linematch(expected, output)
     if isinstance(match, str):
         return 'special: ' + match
     else: