Skip to content

Commit

Permalink
Handle HasShape change (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters authored and stevengj committed Jan 27, 2018
1 parent 4a3d938 commit 787f24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ end

# 0.7.0-DEV.3309
let v = [1, 2, 3]
@test Compat.IteratorSize(v) == Base.HasShape()
@test Compat.IteratorSize(v) isa Base.HasShape
@test Compat.IteratorEltype(v) == Base.HasEltype()
end

Expand Down

0 comments on commit 787f24e

Please sign in to comment.