Skip to content

Commit

Permalink
Test for Dict not triggering a deprecation due to ::Integer==::Char c…
Browse files Browse the repository at this point in the history
…omparison

See #18213.
  • Loading branch information
martinholters committed Aug 25, 2016
1 parent f95b8b1 commit 09d0912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/dict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -555,3 +555,6 @@ let badKeys = UInt16[0xb800,0xa501,0xcdff,0x6303,0xe40a,0xcf0e,0xf3df,0xae99,0x9
end
end
end

# #18213
Dict(1 => rand(2,3), 'c' => "asdf") # just make sure this does not trigger a deprecation

0 comments on commit 09d0912

Please sign in to comment.