Skip to content

Commit ce14078

Browse files
committed
Fixup test
1 parent 42acf7c commit ce14078

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
@@ -1974,7 +1974,7 @@ end
19741974

19751975
let llvm = sprint(code_llvm, gc_safe_ccall, ())
19761976
# check that the call works
1977-
@test gc_safe_ccall() isa String
1977+
@test gc_safe_ccall() isa Nothing
19781978
# check for the gc_safe store
19791979
@test occursin("store atomic i8 2", llvm)
19801980
end

0 commit comments

Comments
 (0)