Skip to content

Commit b039187

Browse files
committed
fixup! add test
1 parent 664146a commit b039187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ using GPUToolbox
4545
@testset "gcsafe_ccall" begin
4646
function gc_safe_ccall()
4747
# jl_rand is marked as JL_NOTSAFEPOINT
48-
@gcsafe_ccall gc_safe=true jl_rand()::UInt64
48+
@gcsafe_ccall jl_rand()::UInt64
4949
end
50-
50+
5151
let llvm = sprint(code_llvm, gc_safe_ccall, ())
5252
# check that the call works
5353
@test gc_safe_ccall() isa UInt64

0 commit comments

Comments
 (0)