Skip to content

Commit b955f00

Browse files
committed
fix: added trailing newline
1 parent ea78ccf commit b955f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/llvmcall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ f_zero_arg(x::T) where T = Base.llvmcall("ret i8 %0", Int8, Tuple{T}, x)
223223
@test_throws ErrorException f_zero_arg(nothing)
224224

225225
f_zero_ret(x::Int8) = Base.llvmcall("ret void", Nothing, Tuple{Int8}, x)
226-
@test_throws ErrorException f_zero_ret(Int8(1))
226+
@test_throws ErrorException f_zero_ret(Int8(1))

0 commit comments

Comments
 (0)