summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 15:18:51 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 15:18:51 (GMT)
commite98f177ca64de8a4ab779902a3a5926d48f035f2 (patch)
treebc6ce0ec733a5c69ab71affcbfed1f17e3478611 /Lib
parent272e24356eea6b2ded4cb4f0a8617e31ebb0196d (diff)
downloadcpython-e98f177ca64de8a4ab779902a3a5926d48f035f2.zip
cpython-e98f177ca64de8a4ab779902a3a5926d48f035f2.tar.gz
cpython-e98f177ca64de8a4ab779902a3a5926d48f035f2.tar.bz2
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_linecache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_linecache.py b/Lib/test/test_linecache.py
index 8e225d5..56e09dc 100644
--- a/Lib/test/test_linecache.py
+++ b/Lib/test/test_linecache.py
@@ -9,7 +9,7 @@ from test import support
FILENAME = linecache.__file__
INVALID_NAME = '!@$)(!@#_1'
EMPTY = ''
-TESTS = 'cjkencodings_test inspect_fodder inspect_fodder2 mapping_tests'
+TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
TESTS = TESTS.split()
TEST_PATH = os.path.dirname(support.__file__)
MODULES = "linecache unittest".split()