diff options
author | Guido van Rossum <guido@python.org> | 2007-06-12 00:41:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-06-12 00:41:02 (GMT) |
commit | 616c8c1e80a07365f3755043e68620f539dd8c80 (patch) | |
tree | e0eb859dd1ce89e9286522b8544f31026a01bf75 | |
parent | 5397039504fa45f7a41b8afe5f0cb485ad4dbcf1 (diff) | |
download | cpython-616c8c1e80a07365f3755043e68620f539dd8c80.zip cpython-616c8c1e80a07365f3755043e68620f539dd8c80.tar.gz cpython-616c8c1e80a07365f3755043e68620f539dd8c80.tar.bz2 |
Seems this test is just fine. It fails because __phello__.spam
doesn't exist, but that seems a separate issue.
-rw-r--r-- | Lib/test/test_frozen.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_frozen.py b/Lib/test/test_frozen.py index f1299f0..678b9a8 100644 --- a/Lib/test/test_frozen.py +++ b/Lib/test/test_frozen.py @@ -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: |