Test is still disabled, but access through public module

This commit is contained in:
Neal Norwitz 2005-11-25 03:15:49 +00:00
parent 21d19f7203
commit 89886ab2b0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from test.test_support import vereq, TestFailed
import _symtable
import symtable
symbols = _symtable.symtable("def f(x): return x", "?", "exec")
symbols = symtable.symtable("def f(x): return x", "?", "exec")
## XXX
## Test disabled because symtable module needs to be rewritten for new compiler