diff options
author | Guido van Rossum <guido@python.org> | 2003-01-06 16:02:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-01-06 16:02:12 (GMT) |
commit | 38abbf55606da959fe267a5fbac0377b5faf6c29 (patch) | |
tree | 4c2002aa471beb228aeb810d19754d5407887727 | |
parent | 2e3ae210605bc2a9caa6014bd170318e84a7d465 (diff) | |
download | cpython-38abbf55606da959fe267a5fbac0377b5faf6c29.zip cpython-38abbf55606da959fe267a5fbac0377b5faf6c29.tar.gz cpython-38abbf55606da959fe267a5fbac0377b5faf6c29.tar.bz2 |
Remove bastion test output
-rw-r--r-- | Lib/test/output/test_bastion | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Lib/test/output/test_bastion b/Lib/test/output/test_bastion deleted file mode 100644 index a983936..0000000 --- a/Lib/test/output/test_bastion +++ /dev/null @@ -1,10 +0,0 @@ -test_bastion -b.total() = 99 -b.sum = inaccessible -b._add = inaccessible -b._get_.func_defaults = [<type 'function'>] accessible -==================== Using rexec: ==================== -b.total() = 198 -b.sum = inaccessible -b._add = inaccessible -b._get_.func_defaults = inaccessible |