Revert incorrect patch made at the wrong time.
This commit is contained in:
parent
bf9004483d
commit
92812028f2
|
@ -132,7 +132,7 @@ class CommandLineTests(unittest.TestCase):
|
|||
|
||||
def assertRunNotOK(self, *args, **env_vars):
|
||||
rc, out, err = script_helper.assert_python_failure(
|
||||
'-S', '-m', 'compileall', *args, **env_vars)
|
||||
'-m', 'compileall', *args, **env_vars)
|
||||
return rc, out, err
|
||||
|
||||
def assertCompiled(self, fn):
|
||||
|
|
Loading…
Reference in New Issue