Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 16, 2022
1 parent 53c6db9 commit 29bc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/native.jl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ end

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

0 comments on commit 29bc800

Please sign in to comment.