Skip to content

Commit

Permalink
Merge pull request #308 from JuliaCollections/kms/remove_stray_quotes
Browse files Browse the repository at this point in the history
Remove stray quotes from test_sorted_containers.jl
  • Loading branch information
kmsquire authored Jul 14, 2017
2 parents e8c2e9b + 4449c89 commit 5b75505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sorted_containers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ end
@test_throws KeyError delete!(m,"a")
@test_throws KeyError pop!(m,"a")
m3 = SortedDict((Dict{Compat.ASCIIString, Int}()), Reverse)
@test_throws ArgumentError isequal(m2, m3)``
@test_throws ArgumentError isequal(m2, m3)
@test_throws BoundsError m[i1]
@test_throws BoundsError regress((m,beforestartsemitoken(m)))
@test_throws BoundsError advance((m,pastendsemitoken(m)))
Expand Down

0 comments on commit 5b75505

Please sign in to comment.