Skip to content

Commit 9562913

Browse files
Update test/downstream/alloccheck.jl
1 parent cc8a88a commit 9562913

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
@@ -29,7 +29,7 @@ test_apply_noalloc(H, w, v, u, p, t) = @test (@allocations apply_op!(H, w, v, u,
2929
test_apply_noalloc(op, w, v, u, p, t)
3030
else
3131
# Julia 1.10 has a known allocation issue with AddedOperator
32-
@test_skip (@allocations apply_op!(op, w, v, u, p, t)) == 0
32+
@test (@allocations apply_op!(op, w, v, u, p, t)) == 1
3333
end
3434

3535
for T in (Float32, Float64, ComplexF32, ComplexF64)

0 commit comments

Comments
 (0)