diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-01-26 10:28:00 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-01-26 10:28:00 +0100 |
commit | 9153f7a734ddd9ca47b339cb19b8d44ed79ade0f (patch) | |
tree | 85c772b0531ce7e25da33ead6da3a72913828754 /lib/compiler/test | |
parent | 7ac0749866500a4de95a00492df31127df78c2be (diff) | |
parent | 52097fab56edbbd8c6f8a57ec3b3f33aa60c5bb9 (diff) | |
download | otp-9153f7a734ddd9ca47b339cb19b8d44ed79ade0f.tar.gz otp-9153f7a734ddd9ca47b339cb19b8d44ed79ade0f.tar.bz2 otp-9153f7a734ddd9ca47b339cb19b8d44ed79ade0f.zip |
Merge branch 'egil/erts/remove-broken-hash/OTP-13827'
* egil/erts/remove-broken-hash/OTP-13827:
Update test cases for erlang:hash/2 removal
mnesia: Remove mnesia_frag_old_hash hash module
stdlib: Produce correct warning for erlang:hash/2
erts: Remove erlang:hash/2 from documentation
erts: Remove broken hash from Erlang
Diffstat (limited to 'lib/compiler/test')
-rw-r--r-- | lib/compiler/test/map_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/test/map_SUITE.erl b/lib/compiler/test/map_SUITE.erl index 36e82c1459..5e90b79aa2 100644 --- a/lib/compiler/test/map_SUITE.erl +++ b/lib/compiler/test/map_SUITE.erl @@ -1559,7 +1559,6 @@ t_warn_pair_key_overloaded(Config) when is_list(Config) -> "hi2" => lists:subtract([1,2],[1]), "hi3" => +3, "hi1" => erlang:min(1,2), - "hi1" => erlang:hash({1,2},35), "hi1" => erlang:phash({1,2},33), "hi1" => erlang:phash2({1,2},34), "hi1" => erlang:integer_to_binary(1337), |