summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_future.py')
-rw-r--r--Lib/test/test_future.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py
index ba0763b..764584c 100644
--- a/Lib/test/test_future.py
+++ b/Lib/test/test_future.py
@@ -17,6 +17,9 @@ import test_future1
unload('test_future2')
import test_future2
+unload('test_future3')
+import test_future3
+
# The remaining tests should fail
try:
import badsyntax_future3