Commit 616c8c1e authored by Guido van Rossum's avatar Guido van Rossum

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

doesn't exist, but that seems a separate issue.
parent 53970395
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment