aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-04-21 10:04:50 +0200
committerBjörn Gustavsson <[email protected]>2017-04-21 10:04:50 +0200
commit4f67e66b82c6a5c4f0b1fd7932e7e57f86dd202f (patch)
treef9873e261c0921d10cb7ef53f4e6ece035ee3355 /lib/stdlib
parentb80a70b1ca7ca73a6f1c0aece098e258a0c45595 (diff)
parent033deb9af6b3755ea1ffcf3a4f31d5c458f155da (diff)
downloadotp-4f67e66b82c6a5c4f0b1fd7932e7e57f86dd202f.tar.gz
otp-4f67e66b82c6a5c4f0b1fd7932e7e57f86dd202f.tar.bz2
otp-4f67e66b82c6a5c4f0b1fd7932e7e57f86dd202f.zip
Merge branch 'bjorn/remove-r12-r15-compatibility' into run-travis
* bjorn/remove-r12-r15-compatibility: compile: Remove the r12 through r15 options test_server: Change compatibility to R16 crashdump_helper: Change compatibility to R18 Remove test case for testing compatibility with R9B Do atom roundtripping with an R16B node Remove -compile(r12)
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/test/io_proto_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/test/io_proto_SUITE.erl b/lib/stdlib/test/io_proto_SUITE.erl
index 4cc4e3292c..b795cb0b61 100644
--- a/lib/stdlib/test/io_proto_SUITE.erl
+++ b/lib/stdlib/test/io_proto_SUITE.erl
@@ -18,7 +18,6 @@
%% %CopyrightEnd%
%%
-module(io_proto_SUITE).
--compile(r12).
-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1,
init_per_group/2,end_per_group/2]).