Skip to content

Commit adcbc85

Browse files
fixup! Update interface_tests.jl
1 parent 472a606 commit adcbc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ function f!(z,zz)
148148
z .= zz
149149
end
150150
f!(z,zz)
151-
@test @allocated f!(z,zz) == 0
151+
@test (@allocated f!(z,zz)) == 0

0 commit comments

Comments
 (0)