Commit 92812028 authored by R. David Murray's avatar R. David Murray

Revert incorrect patch made at the wrong time.

parent bf900448
...@@ -132,7 +132,7 @@ class CommandLineTests(unittest.TestCase): ...@@ -132,7 +132,7 @@ class CommandLineTests(unittest.TestCase):
def assertRunNotOK(self, *args, **env_vars): def assertRunNotOK(self, *args, **env_vars):
rc, out, err = script_helper.assert_python_failure( rc, out, err = script_helper.assert_python_failure(
'-S', '-m', 'compileall', *args, **env_vars) '-m', 'compileall', *args, **env_vars)
return rc, out, err return rc, out, err
def assertCompiled(self, fn): def assertCompiled(self, fn):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment