Kaydet (Commit) 647f1208 authored tarafından Christian Heimes's avatar Christian Heimes

touch _lsprof's clear() method for C code coverage

üst 48b7df7b
......@@ -29,6 +29,7 @@ class CProfileTest(ProfileTest):
obj.enable()
obj = _lsprof.Profiler(1)
obj.disable()
obj.clear()
finally:
sys.stderr = orig_stderr
finally:
......
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