summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 15:20:47 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 15:20:47 (GMT)
commit362ce37963a78d7dd8e9ed5e8303d806edf0c1d8 (patch)
tree6f2d5e96826b2576cd734112f7c43702250188fb /Lib/test
parent82f46144cc597ae96220a90f798d31b495c25b15 (diff)
parente5720b989f58536e027a1069401120b0f49364a2 (diff)
downloadcpython-362ce37963a78d7dd8e9ed5e8303d806edf0c1d8.zip
cpython-362ce37963a78d7dd8e9ed5e8303d806edf0c1d8.tar.gz
cpython-362ce37963a78d7dd8e9ed5e8303d806edf0c1d8.tar.bz2
(Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
exist anymore
Diffstat (limited to 'Lib/test')
-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 fcc390a..7d14534 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 abc".split()