Skip to content

Commit 42acf7c

Browse files
gbaraldivchuravy
authored andcommitted
Update test
1 parent f8aaa04 commit 42acf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ccall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ let llvm = sprint(code_llvm, world_counter, ())
19691969
end
19701970

19711971
function gc_safe_ccall()
1972-
@ccall gc_safe=true jl_get_cpu_features()::String
1972+
@ccall gc_safe=true sleep(1::Cint)::Cvoid
19731973
end
19741974

19751975
let llvm = sprint(code_llvm, gc_safe_ccall, ())

0 commit comments

Comments
 (0)