]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove output files that are no longer needed since the corresponding
authorFred Drake <fdrake@acm.org>
Tue, 22 May 2001 22:32:24 +0000 (22:32 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 May 2001 22:32:24 +0000 (22:32 +0000)
tests were moved to PyUnit.

Lib/test/output/test_copy_reg [deleted file]
Lib/test/output/test_dospath [deleted file]

diff --git a/Lib/test/output/test_copy_reg b/Lib/test/output/test_copy_reg
deleted file mode 100644 (file)
index 98518e8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-test_copy_reg
-Caught expected TypeError:
-copy_reg is not intended for use with classes
-
-Caught expected TypeError:
-reduction functions must be callable
-
-Caught expected TypeError:
-constructors must be callable
diff --git a/Lib/test/output/test_dospath b/Lib/test/output/test_dospath
deleted file mode 100644 (file)
index e51a223..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-test_dospath
-No errors.  Thank your lucky stars.