aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-04-19 12:38:08 +0200
committerBjörn Gustavsson <[email protected]>2017-04-20 12:00:55 +0200
commit729c23bfe59911e76937395a456a3cb8c260b878 (patch)
tree2791db8fafe8bd1f284002c7afc7fc472f431f7f /lib
parent8caa54fc05e381a3d321cd48770e48853ddb177a (diff)
downloadotp-729c23bfe59911e76937395a456a3cb8c260b878.tar.gz
otp-729c23bfe59911e76937395a456a3cb8c260b878.tar.bz2
otp-729c23bfe59911e76937395a456a3cb8c260b878.zip
Remove -compile(r12)
b25725ec0f65 removed the test cases for testing the R12 protocol. There is no reason to keep compatibility with R12.
Diffstat (limited to 'lib')
-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]).