Skip to content

Commit 29bc800

Browse files
committed
Fix test.
1 parent 53c6db9 commit 29bc800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/native.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ end
330330

331331
# Test ABI removal
332332
ir = sprint(io->native_code_llvm(io, call_real, Tuple{ComplexF64}))
333-
if VERSION < v"1.8-"
333+
if VERSION < v"1.8-" || v"1.8-beta2" <= VERSION < v"1.9-" || VERSION v"1.9.0-DEV.190"
334334
@test !occursin("alloca", ir)
335335
else
336336
@test_broken !occursin("alloca", ir)

0 commit comments

Comments
 (0)