summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-17 01:18:33 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-17 01:18:33 +0200
commitcebe95af0c56d8ee53702947c4a131e2e486c14f (patch)
treecce46d969d81b4b6b1ee3f989dbc55540d827e52 /Lib
parentcab755ed09b7ffc071a363ea5f5525eaed20cb73 (diff)
downloadcpython-cebe95af0c56d8ee53702947c4a131e2e486c14f.tar.gz
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 407bebce8c..b5f80a4f43 100644
--- a/Lib/test/test_linecache.py
+++ b/Lib/test/test_linecache.py
@@ -9,7 +9,7 @@ from test import test_support as 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 abc".split()