Fix tests

This commit is contained in:
Siu Kwan Lam 2012-08-08 17:33:24 -07:00
commit 753f74d485
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ def main():
# get pointer to workfunc
workfunc_ptr = exe.engine.get_pointer_to_function(workfunc)
workdecl = CDeclare(workfunc.name, workfunc.type.pointee, workfunc_ptr)
workdecl = CFuncRef(workfunc.name, workfunc.type.pointee, workfunc_ptr)
spufdef = SpecializedParallelUFunc(ParallelUFuncPosix(num_thread=2),
UFuncCore_D_D(),