mirror of https://github.com/python/cpython.git
Whitespace nit.
This commit is contained in:
parent
178153f8d6
commit
3fcd45230f
|
@ -228,7 +228,7 @@ def test():
|
|||
print "disabling automatic collection"
|
||||
enabled = gc.isenabled()
|
||||
gc.disable()
|
||||
verify(not gc.isenabled() )
|
||||
verify(not gc.isenabled())
|
||||
debug = gc.get_debug()
|
||||
gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
|
||||
|
||||
|
|
Loading…
Reference in New Issue