Skip to content

Commit f48cb89

Browse files
committed
fixup! add mock Enzyme tests
1 parent ff3ccc3 commit f48cb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ptx.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ end
135135

136136
ir = sprint(io->Native.code_llvm(io, dkernel, Tuple{Ptr{Float64}}; debuginfo=:none))
137137
@test !occursin("deferred_codegen", ir)
138-
@test occursin("call void @julia_kernel", ir)
138+
@test occursin("call void @julia_", ir)
139139
end
140140

141141
end

0 commit comments

Comments
 (0)