mirror of https://github.com/python/cpython
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:
parent
5397039504
commit
616c8c1e80
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue