Commit 40e2956e authored by Stefan Behnel's avatar Stefan Behnel

ignore gc.collect() result in test

parent fc634304
"""
>>> gc.collect()
>>> _ = gc.collect()
>>> x = SimpleGarbage()
SimpleGarbage(1) __cinit__
>>> del x
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment