We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea78ccf commit b955f00Copy full SHA for b955f00
test/llvmcall.jl
@@ -223,4 +223,4 @@ f_zero_arg(x::T) where T = Base.llvmcall("ret i8 %0", Int8, Tuple{T}, x)
223
@test_throws ErrorException f_zero_arg(nothing)
224
225
f_zero_ret(x::Int8) = Base.llvmcall("ret void", Nothing, Tuple{Int8}, x)
226
-@test_throws ErrorException f_zero_ret(Int8(1))
+@test_throws ErrorException f_zero_ret(Int8(1))
0 commit comments