Skip to content

Commit

Permalink
fixup! Update interface_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 21, 2023
1 parent 472a606 commit adcbc85
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 @@ -148,4 +148,4 @@ function f!(z,zz)
z .= zz
end
f!(z,zz)
@test @allocated f!(z,zz) == 0
@test (@allocated f!(z,zz)) == 0

0 comments on commit adcbc85

Please sign in to comment.