diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-30 23:10:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-30 23:10:44 (GMT) |
commit | 108efac24eb5cd01465143918e4a104d7c6e8488 (patch) | |
tree | 25980ab7b9546ed8ef35772a5a2553a3976291ff /Lib/test | |
parent | 96e1d2f2069a7b86d140fa04aeea246c914e23d6 (diff) | |
download | cpython-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/test')
-rw-r--r-- | Lib/test/output/test_codeop | 10 |
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 |