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