summaryrefslogtreecommitdiff
path: root/Lib/test/test_grammar.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-09 22:56:46 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-09 22:56:46 +0000
commit0f2ba79b4e22138b1de5dcdfdbef64288928ea65 (patch)
tree202cedbcec2fab7e3699cc16e1324db1ba89f8f6 /Lib/test/test_grammar.py
parenta38993b5ddd53fc82562ebe42a8b3d8f93fbcec1 (diff)
downloadcpython-0f2ba79b4e22138b1de5dcdfdbef64288928ea65.tar.gz
update test cases for recent compiler changes: exec/import * in nested
functinos and cell vars with */** parameters
Diffstat (limited to 'Lib/test/test_grammar.py')
-rw-r--r--Lib/test/test_grammar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py
index 5865e8ca32..53ae070591 100644
--- a/Lib/test/test_grammar.py
+++ b/Lib/test/test_grammar.py
@@ -386,7 +386,6 @@ import time, sys
from time import time
from sys import *
from sys import path, argv
-check_syntax("def f(): from sys import *")
print 'global_stmt' # 'global' NAME (',' NAME)*
def f():