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 596f239 commit 91e4312Copy full SHA for 91e4312
test/downstream/alloccheck.jl
@@ -24,7 +24,7 @@ op = AddedOperator(A, B)
24
return nothing
25
end
26
27
-if VERSION >= v"1.12"
+if VERSION >= v"1.12-beta"
28
apply_op!(op, w, v, u, p, t)
29
else
30
@test_throws AllocCheckFailure apply_op!(op, w, v, u, p, t)
0 commit comments