diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:41:04 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:41:04 +0000 |
commit | a7313d05433da4deedf8068d68e5e944ab51a2cc (patch) | |
tree | 1828921f8dba61ccb6d4dc8e0c0935f2c9c87890 | |
parent | 57269d0c7c7a6fc989fcbef5b82853aa36fb44ca (diff) | |
download | cpython-git-a7313d05433da4deedf8068d68e5e944ab51a2cc.tar.gz |
Remove test output for rotor, xreadline
-rw-r--r-- | Lib/test/output/test_rotor | 5 | ||||
-rw-r--r-- | Lib/test/output/test_xreadline | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Lib/test/output/test_rotor b/Lib/test/output/test_rotor deleted file mode 100644 index 6b15b8b550..0000000000 --- a/Lib/test/output/test_rotor +++ /dev/null @@ -1,5 +0,0 @@ -test_rotor -'\xb5q\x90\xa3\xe8IT\xd1\x07\xda\x1d\xdc\xdf' -'\x1b>k(\x1f\x8a,\x81\xcb\x9f\xe2' -spam and eggs -cheese shop diff --git a/Lib/test/output/test_xreadline b/Lib/test/output/test_xreadline deleted file mode 100644 index 2b84210a5b..0000000000 --- a/Lib/test/output/test_xreadline +++ /dev/null @@ -1,4 +0,0 @@ -test_xreadline -AttributeError (expected) -TypeError (expected) -RuntimeError (expected): xreadlines object accessed out of order |