summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-07-30 23:10:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-07-30 23:10:44 (GMT)
commit108efac24eb5cd01465143918e4a104d7c6e8488 (patch)
tree25980ab7b9546ed8ef35772a5a2553a3976291ff /Lib
parent96e1d2f2069a7b86d140fa04aeea246c914e23d6 (diff)
downloadcpython-108efac24eb5cd01465143918e4a104d7c6e8488.zip
cpython-108efac24eb5cd01465143918e4a104d7c6e8488.tar.gz
cpython-108efac24eb5cd01465143918e4a104d7c6e8488.tar.bz2
test_codeup should not have had an expected-output file; removing it.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_codeop10
1 files changed, 0 insertions, 10 deletions
diff --git a/Lib/test/output/test_codeop b/Lib/test/output/test_codeop
deleted file mode 100644
index ca2cd35..0000000
--- a/Lib/test/output/test_codeop
+++ /dev/null
@@ -1,10 +0,0 @@
-test_codeop
-test_filename (test_codeop.CodeopTests) ... ok
-test_incomplete (test_codeop.CodeopTests) ... ok
-test_invalid (test_codeop.CodeopTests) ... ok
-test_valid (test_codeop.CodeopTests) ... ok
-
-----------------------------------------------------------------------
-Ran 4 tests in 0.052s
-
-OK