Seems this test is just fine. It fails because __phello__.spam

doesn't exist, but that seems a separate issue.
This commit is contained in:
Guido van Rossum 2007-06-12 00:41:02 +00:00
parent 5397039504
commit 616c8c1e80
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@
from test.test_support import TestFailed
import sys, os
raise TestFailed, "test currently causes assertion in debug mode"
try:
import __hello__
except ImportError as x: