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 cc8a88a commit 9562913Copy full SHA for 9562913
test/downstream/alloccheck.jl
@@ -29,7 +29,7 @@ test_apply_noalloc(H, w, v, u, p, t) = @test (@allocations apply_op!(H, w, v, u,
29
test_apply_noalloc(op, w, v, u, p, t)
30
else
31
# Julia 1.10 has a known allocation issue with AddedOperator
32
- @test_skip (@allocations apply_op!(op, w, v, u, p, t)) == 0
+ @test (@allocations apply_op!(op, w, v, u, p, t)) == 1
33
end
34
35
for T in (Float32, Float64, ComplexF32, ComplexF64)
0 commit comments