Skip to content

Commit fed6857

Browse files
Update test/interface_tests.jl
1 parent adcbc85 commit fed6857

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
@@ -134,7 +134,7 @@ function f(u1,u2,u3)
134134
u3 .= u1 .+ u2
135135
end
136136
f(u1,u2,u3)
137-
@test @allocated f(u1,u2,u3) == 0
137+
@test (@allocated f(u1,u2,u3)) == 0
138138

139139
yy = [2.0 1.0; 2.0 1.0]
140140
zz = x .+ yy

0 commit comments

Comments
 (0)