diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-22 22:32:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-22 22:32:24 (GMT) |
commit | b8e76a7b3dbc4d784b1365efe6811505583bbc53 (patch) | |
tree | 21397e5d8b7dbb01f916fb9cc00efce599be3c0f /Lib/test | |
parent | b16cf5007708d767f1abd30bd460f6e4c012a643 (diff) | |
download | cpython-b8e76a7b3dbc4d784b1365efe6811505583bbc53.zip cpython-b8e76a7b3dbc4d784b1365efe6811505583bbc53.tar.gz cpython-b8e76a7b3dbc4d784b1365efe6811505583bbc53.tar.bz2 |
Remove output files that are no longer needed since the corresponding
tests were moved to PyUnit.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/output/test_copy_reg | 9 | ||||
-rw-r--r-- | Lib/test/output/test_dospath | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/Lib/test/output/test_copy_reg b/Lib/test/output/test_copy_reg deleted file mode 100644 index 98518e8..0000000 --- a/Lib/test/output/test_copy_reg +++ /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 index e51a223..0000000 --- a/Lib/test/output/test_dospath +++ /dev/null @@ -1,2 +0,0 @@ -test_dospath -No errors. Thank your lucky stars. |