diff options
author | Björn Gustavsson <[email protected]> | 2019-04-10 16:36:03 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-11 13:27:13 +0200 |
commit | 6a7d9d92f41e671876559b9f26390c58cbcd2337 (patch) | |
tree | a1dbb3bbec4af715e7110ab5a147d652699d3936 /erts | |
parent | 9f3bb884c8a1fb0d42f4f10a0bcea9b04d105657 (diff) | |
download | otp-6a7d9d92f41e671876559b9f26390c58cbcd2337.tar.gz otp-6a7d9d92f41e671876559b9f26390c58cbcd2337.tar.bz2 otp-6a7d9d92f41e671876559b9f26390c58cbcd2337.zip |
erts_test_utils: Bump compiler compatibility version to OTP 20
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/test/erts_test_utils.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/erts_test_utils.erl b/erts/emulator/test/erts_test_utils.erl index e4e00a0a16..9c9eaa70ed 100644 --- a/erts/emulator/test/erts_test_utils.erl +++ b/erts/emulator/test/erts_test_utils.erl @@ -19,7 +19,7 @@ %% -module(erts_test_utils). --compile(r16). +-compile(r20). %% %% THIS MODULE IS ALSO USED BY *OTHER* APPLICATIONS TEST CODE |