diff options
author | Björn Gustavsson <[email protected]> | 2019-04-15 12:55:01 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-15 12:55:01 +0200 |
commit | 113f6917a343a5db98e4771598f1a190779ca2e8 (patch) | |
tree | 5c361cd2a067386b3ba57f2c1411320f1f9f92c5 /lib | |
parent | 7ed0636c69eafed0f30ac4bd7ae2acddeb5010d2 (diff) | |
parent | 256824fc2e441c549a39197bdae9ba8721709a8b (diff) | |
download | otp-113f6917a343a5db98e4771598f1a190779ca2e8.tar.gz otp-113f6917a343a5db98e4771598f1a190779ca2e8.tar.bz2 otp-113f6917a343a5db98e4771598f1a190779ca2e8.zip |
Merge branch 'bjorn/cuddle-with-tests'
* bjorn/cuddle-with-tests:
crash dump: Fix printing of "OldBinVHeap unused"
crash dump: Include correct IP for a garbing process
fun_SUITE: Make refc/1 test more reliable
Remove redundant rule from Emakefile
Turn off more optimizations for no_opt modules
test_server_node: Bump compiler compatibility version to OTP 20
erts_test_utils: Bump compiler compatibility version to OTP 20
distribution_SUITE: Remove irrelevant test atom_roundtrip_r16b
bs_construct_SUITE: Rename bs_add_overflow/1 to bs_append_overflow/1
bs_construct_SUITE: Remove troublesome test huge_binary/1
bs_construct_SUITE: Remove incorrect purpose line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/src/test_server_node.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/test_server_node.erl b/lib/common_test/src/test_server_node.erl index c11b9071cf..f77d5a4966 100644 --- a/lib/common_test/src/test_server_node.erl +++ b/lib/common_test/src/test_server_node.erl @@ -18,7 +18,7 @@ %% %CopyrightEnd% %% -module(test_server_node). --compile(r16). +-compile(r20). %%% %%% The same compiled code for this module must be possible to load |