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 472a606 commit adcbc85Copy full SHA for adcbc85
test/interface_tests.jl
@@ -148,4 +148,4 @@ function f!(z,zz)
148
z .= zz
149
end
150
f!(z,zz)
151
-@test @allocated f!(z,zz) == 0
+@test (@allocated f!(z,zz)) == 0
0 commit comments