Skip to content

Commit 719d92e

Browse files
Remove deprecation warning in native test (#774)
1 parent 8811fef commit 719d92e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/native.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ end
4444
end
4545
end
4646

47-
job, _ = Native.create_job(mod.outer, (Int, Symbol))
47+
job, _ = Native.create_job(mod.outer, (Int, Symbol); validate=false)
4848
JuliaContext() do ctx
49-
ir, meta = GPUCompiler.compile(:llvm, job; validate=false)
49+
ir, meta = GPUCompiler.compile(:llvm, job)
5050

5151
meth = only(methods(mod.outer, (Int, Symbol)))
5252

0 commit comments

Comments
 (0)