Skip to content

Commit 91e4312

Browse files
finalize
1 parent 596f239 commit 91e4312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/alloccheck.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ op = AddedOperator(A, B)
2424
return nothing
2525
end
2626

27-
if VERSION >= v"1.12"
27+
if VERSION >= v"1.12-beta"
2828
apply_op!(op, w, v, u, p, t)
2929
else
3030
@test_throws AllocCheckFailure apply_op!(op, w, v, u, p, t)

0 commit comments

Comments
 (0)