diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-30 15:13:15 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-30 15:13:15 (GMT) |
commit | 094c9e587c2a0d224e5ff19f9e067b039fd000d7 (patch) | |
tree | 07a30898ec691b476988a04f382abd45fe27f767 /Lib/test/output | |
parent | a44d353e2b6d947d36ab9d36c1fc84335a0878fe (diff) | |
download | cpython-094c9e587c2a0d224e5ff19f9e067b039fd000d7.zip cpython-094c9e587c2a0d224e5ff19f9e067b039fd000d7.tar.gz cpython-094c9e587c2a0d224e5ff19f9e067b039fd000d7.tar.bz2 |
remove all prints (since the prints where of memory locations)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_gc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Lib/test/output/test_gc b/Lib/test/output/test_gc index c385928..e8bf603 100644 --- a/Lib/test/output/test_gc +++ b/Lib/test/output/test_gc @@ -1,11 +1 @@ test_gc -list 0x831a754 -dict 0x831a754 -list 0x831a754 -tuple 0x831a734 -class 0x831a794 -<test_gc.A instance at 831a754> -a <test_gc.A instance at 831a754> -b <test_gc.B instance at 831a95c> -dict 0x831a9bc -func 0x831d9e4 |