diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-02-18 11:55:01 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-02-19 10:00:05 +0100 |
commit | 0b3617b7118e7b6e40c73d730734904ffa8b68cc (patch) | |
tree | d90478ab9725b0b66dc0d06053ad55fb48ad2c6a /erts/emulator/test | |
parent | f7095c4c3ac256f2d587475d11a1cd09f9454a76 (diff) | |
download | otp-0b3617b7118e7b6e40c73d730734904ffa8b68cc.tar.gz otp-0b3617b7118e7b6e40c73d730734904ffa8b68cc.tar.bz2 otp-0b3617b7118e7b6e40c73d730734904ffa8b68cc.zip |
tests: Add latin1 chars atom test
Diffstat (limited to 'erts/emulator/test')
-rw-r--r-- | erts/emulator/test/hash_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/test/hash_SUITE.erl b/erts/emulator/test/hash_SUITE.erl index 898eae8c15..1319b93731 100644 --- a/erts/emulator/test/hash_SUITE.erl +++ b/erts/emulator/test/hash_SUITE.erl @@ -1,3 +1,4 @@ +%% -*- coding: utf-8 -*- %% %% %CopyrightBegin% %% @@ -363,6 +364,7 @@ phash2_test() -> %% (cannot use block_hash due to compatibility issues...) {abc,26499}, {abd,26500}, + {'åäö', 62518}, %% small {0,3175731469}, |