summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters/test_stress.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_interpreters/test_stress.py')
-rw-r--r--Lib/test/test_interpreters/test_stress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_interpreters/test_stress.py b/Lib/test/test_interpreters/test_stress.py
index 3cc570b..e400535 100644
--- a/Lib/test/test_interpreters/test_stress.py
+++ b/Lib/test/test_interpreters/test_stress.py
@@ -5,7 +5,7 @@ from test import support
from test.support import import_helper
from test.support import threading_helper
# Raise SkipTest if subinterpreters not supported.
-import_helper.import_module('_xxsubinterpreters')
+import_helper.import_module('_interpreters')
from test.support import interpreters
from .utils import TestBase