From: Tim Peters <tim.peters@gmail.com>
Date: Mon, 30 Jul 2001 23:10:44 +0000 (+0000)
Subject: test_codeup should not have had an expected-output file; removing it.
X-Git-Tag: v2.2a3~915
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=108efac24eb5cd01465143918e4a104d7c6e8488;p=python

test_codeup should not have had an expected-output file; removing it.
---

diff --git a/Lib/test/output/test_codeop b/Lib/test/output/test_codeop
deleted file mode 100644
index ca2cd35b4b..0000000000
--- 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