From: Guido van Rossum Date: Tue, 12 Jun 2007 00:41:02 +0000 (+0000) Subject: Seems this test is just fine. It fails because __phello__.spam X-Git-Tag: v3.0a1~781 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=616c8c1e80a07365f3755043e68620f539dd8c80;p=thirdparty%2FPython%2Fcpython.git Seems this test is just fine. It fails because __phello__.spam doesn't exist, but that seems a separate issue. --- diff --git a/Lib/test/test_frozen.py b/Lib/test/test_frozen.py index f1299f0d992e..678b9a8d98fe 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: