Skip to content

Commit

Permalink
Update test/interface_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 21, 2023
1 parent adcbc85 commit fed6857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function f(u1,u2,u3)
u3 .= u1 .+ u2
end
f(u1,u2,u3)
@test @allocated f(u1,u2,u3) == 0
@test (@allocated f(u1,u2,u3)) == 0

yy = [2.0 1.0; 2.0 1.0]
zz = x .+ yy
Expand Down

0 comments on commit fed6857

Please sign in to comment.