summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_linecache.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 15:20:07 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 15:20:07 (GMT)
commite5720b989f58536e027a1069401120b0f49364a2 (patch)
tree2d759b7580d13128b878bcfe5d1c8aadffc3523e /Lib/test/test_linecache.py
parent45323a890ac4ecbf62c5d62bd17df5633b4ac952 (diff)
parente98f177ca64de8a4ab779902a3a5926d48f035f2 (diff)
downloadcpython-e5720b989f58536e027a1069401120b0f49364a2.zip
cpython-e5720b989f58536e027a1069401120b0f49364a2.tar.gz
cpython-e5720b989f58536e027a1069401120b0f49364a2.tar.bz2
(Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't
exist anymore
Diffstat (limited to 'Lib/test/test_linecache.py')
-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()