blob: 3b142791ce570f33aeddbabc25cbbcd5f629855b [file] [log] [blame]
import sys
sys.path.append("..")
import harness
def proc(mod):
x = mod.MyClass()
for i in range(10000000):
x.func()
harness.run(proc)