Skip to content

Commit

Permalink
Fixed the dimension test
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobSachs committed Jan 5, 2022
1 parent f68778c commit 7b8d1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bitarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ timesofar("conversions")
t2 = ones(sz...)
@test isequal(promote(a2,t2),(t2,t2))

ae = falses((sz.+1)...)
ae = falses(1,sz...)
@test_throws ErrorException promote(ae,t1)
@test_throws ErrorException promote(a1,[t1])

Expand Down

0 comments on commit 7b8d1ab

Please sign in to comment.