diff options
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_grammar | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar index a262e79..172a597 100644 --- a/Lib/test/output/test_grammar +++ b/Lib/test/output/test_grammar @@ -37,7 +37,6 @@ return_stmt raise_stmt import_stmt SyntaxError expected for "def f(): from sys import *" -SyntaxError expected for "def f(): global time; import " global_stmt exec_stmt if_stmt |