summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_grammar1
-rw-r--r--Lib/test/output/test_scope1
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar
index 319177c..c69697d 100644
--- a/Lib/test/output/test_grammar
+++ b/Lib/test/output/test_grammar
@@ -38,7 +38,6 @@ continue + try/finally ok
return_stmt
raise_stmt
import_stmt
-SyntaxError expected for "def f(): from sys import *"
global_stmt
exec_stmt
if_stmt
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope
index 17e5cb8..0535e26 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -12,3 +12,4 @@ test_scope
11. unoptimized namespaces
12. lambdas
13. UnboundLocal
+14. complex definitions