diff options
Diffstat (limited to 'Lib/test/test_marshal.py')
-rw-r--r-- | Lib/test/test_marshal.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_marshal.py b/Lib/test/test_marshal.py index 152301f..d20b9d2 100644 --- a/Lib/test/test_marshal.py +++ b/Lib/test/test_marshal.py @@ -148,8 +148,7 @@ class CodeTestCase(unittest.TestCase): marshal.dump(co, f) assert_python_ok('-X', 'no_debug_ranges', - '-c', code, os_helper.TESTFN, - __cleanenv=True) + '-c', code, os_helper.TESTFN) finally: os_helper.unlink(os_helper.TESTFN) |