diff options
Diffstat (limited to 'Lib/test/test_global.py')
-rw-r--r-- | Lib/test/test_global.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_global.py b/Lib/test/test_global.py index 7670ad1..66f2a6e 100644 --- a/Lib/test/test_global.py +++ b/Lib/test/test_global.py @@ -37,4 +37,3 @@ def wrong3(): global x """ compile_and_catch_warning(prog_text_3) - |