mirror of https://github.com/python/cpython.git
Remove bastion test output
This commit is contained in:
parent
2e3ae21060
commit
38abbf5560
|
@ -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
|
Loading…
Reference in New Issue