Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Jan 4, 2025
1 parent b308ba4 commit 1e78670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/boundscheck_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ if bc_opt == bc_default
m1 === m2
end
no_alias_prove(1)
@test (@allocated no_alias_prove(5)) == 0
@test_broken (@allocated no_alias_prove(5)) == 0
end
end

Expand Down

0 comments on commit 1e78670

Please sign in to comment.