diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-23 20:34:01 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-23 20:34:01 (GMT) |
commit | 971e0690c4ae81da3d86df82c2aef5872beb3ca3 (patch) | |
tree | 1ea994a77ae8545f85e803ba16ee8bda7ad68532 /Lib/test/output | |
parent | c266bb059466a44a3bd656ef35c802b8bbf270fc (diff) | |
download | cpython-971e0690c4ae81da3d86df82c2aef5872beb3ca3.zip cpython-971e0690c4ae81da3d86df82c2aef5872beb3ca3.tar.gz cpython-971e0690c4ae81da3d86df82c2aef5872beb3ca3.tar.bz2 |
Remove test_long's expected-output file.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_long | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/output/test_long b/Lib/test/output/test_long deleted file mode 100644 index 4528264..0000000 --- a/Lib/test/output/test_long +++ /dev/null @@ -1,5 +0,0 @@ -test_long -long / * % divmod -long bit-operation identities -long str/hex/oct/atol -long miscellaneous operations |