Skip to content

Commit bafce58

Browse files
committed
Move test.
1 parent 25de233 commit bafce58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/testsuite/reductions.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ end
197197
@test compare((A, B) -> isequal(A, B), AT, Ac, Bc)
198198
end
199199
end
200-
201-
# missing values should only trip up ==
202-
@test compare((A, B) -> A == B, AT, [missing], [missing])
203-
@test compare((A, B) -> isequal(A, B), AT, [missing], [missing])
204200
end
201+
202+
# missing values should only trip up ==
203+
@test compare((A, B) -> A == B, AT, [missing], [missing])
204+
@test compare((A, B) -> isequal(A, B), AT, [missing], [missing])
205205
end

0 commit comments

Comments
 (0)