]> granicus.if.org Git - python/commitdiff
Seems this test is just fine. It fails because __phello__.spam
authorGuido van Rossum <guido@python.org>
Tue, 12 Jun 2007 00:41:02 +0000 (00:41 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Jun 2007 00:41:02 +0000 (00:41 +0000)
doesn't exist, but that seems a separate issue.

Lib/test/test_frozen.py

index f1299f0d992e6aa4578d1aebad6271be0fa56fd8..678b9a8d98fef170e219dfec3388ced7ccaf3a40 100644 (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: