Skip to content

Commit ff6b12f

Browse files
committed
compare against array
1 parent c26922f commit ff6b12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mapreduce.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
broadcast!(+, mm, v1, M)
7474
@test mm == @MMatrix [3 4; 7 8; 11 12; 15 16]
7575
# issue #103
76-
@test map(+, M, M) == @SMatrix [2 4; 6 8; 10 12; 14 16]
76+
@test map(+, M, M) == [2 4; 6 8; 10 12; 14 16]
7777
end
7878
end

0 commit comments

Comments
 (0)