diff options
-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: |