summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_grammar
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_grammar')
-rw-r--r--Lib/test/output/test_grammar2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar
index b75c22f..a262e79 100644
--- a/Lib/test/output/test_grammar
+++ b/Lib/test/output/test_grammar
@@ -36,6 +36,8 @@ continue_stmt
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