Skip to content

Commit 35c5dd3

Browse files
committed
Remove initial call before @allocated test
1 parent 2a7518e commit 35c5dd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/generic.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,6 @@ end
940940

941941
@testset "isapprox for Arrays" begin
942942
A = rand(3,3)
943-
isapprox(A, A)
944943
n = @allocated isapprox(A, A)
945944
@test n == 0
946945
@test Int[] Int[]

0 commit comments

Comments
 (0)