diff options
author | Lukas Larsson <[email protected]> | 2019-03-21 10:53:52 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-03-25 13:36:24 +0100 |
commit | 9915cfe184afa4fd3a361f65ec906a7bd164ead1 (patch) | |
tree | 2542ead358d038459ec525b4b0a76bd9ca67d77b /erts/emulator/test/erts_test_utils.erl | |
parent | d7a742cb421ed24ac37c283dcbd060e52d713f3c (diff) | |
download | otp-9915cfe184afa4fd3a361f65ec906a7bd164ead1.tar.gz otp-9915cfe184afa4fd3a361f65ec906a7bd164ead1.tar.bz2 otp-9915cfe184afa4fd3a361f65ec906a7bd164ead1.zip |
erts: Fix atom16 testcase after dist frag impl
Diffstat (limited to 'erts/emulator/test/erts_test_utils.erl')
-rw-r--r-- | erts/emulator/test/erts_test_utils.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/erts_test_utils.erl b/erts/emulator/test/erts_test_utils.erl index 0c3ef3e0fc..e4e00a0a16 100644 --- a/erts/emulator/test/erts_test_utils.erl +++ b/erts/emulator/test/erts_test_utils.erl @@ -19,6 +19,7 @@ %% -module(erts_test_utils). +-compile(r16). %% %% THIS MODULE IS ALSO USED BY *OTHER* APPLICATIONS TEST CODE |