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 53c6db9 commit 29bc800Copy full SHA for 29bc800
test/native.jl
@@ -330,7 +330,7 @@ end
330
331
# Test ABI removal
332
ir = sprint(io->native_code_llvm(io, call_real, Tuple{ComplexF64}))
333
- 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"
334
@test !occursin("alloca", ir)
335
else
336
@test_broken !occursin("alloca", ir)
0 commit comments