Skip to content

Commit 782af37

Browse files
committed
skip a test
1 parent 8235be8 commit 782af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
@test stack(f1, _eachcol(m1), _eachcol(m1)) == 2 .* m1
6565
@test stack(f1, _eachcol(m1), 1:10) == m1 .+ (1:10)'
6666

67-
@test_throws DimensionMismatch map(f1, _eachcol(m1), 1:12)
67+
# @test_throws DimensionMismatch map(f1, _eachcol(m1), 1:12) # it doesn't throw!
6868
@test_throws DimensionMismatch stack(f1, _eachcol(m1), 1:12)
6969

7070
# This is where stack doesn't quite follow map's behaviour:

0 commit comments

Comments
 (0)