Skip to content

Commit

Permalink
Fix test!
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi authored and KristofferC committed May 8, 2024
1 parent 4f20780 commit 77d6e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vecelement.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ end
io = IOBuffer()
code_llvm(io,getindex, (Array{NTuple{5, VecElement{Float64}}, 1}, Int64), optimize=false)
ir = String(take!(io))
@test match(r"align 64",str)
@test match(r"align 64", ir) === nothing
end

0 comments on commit 77d6e96

Please sign in to comment.