summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_import.py')
-rw-r--r--Lib/test/test_import.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py
index a151def..5419b5a 100644
--- a/Lib/test/test_import.py
+++ b/Lib/test/test_import.py
@@ -13,6 +13,9 @@ except ImportError:
else:
raise TestFailed("import of RAnDoM should have failed (case mismatch)")
+# Another brief digression to test the accuracy of manifest float constants.
+import double_const # don't blink -- that *was* the test
+
sys.path.insert(0, os.curdir)
source = TESTFN + ".py"