diff options
author | Björn Gustavsson <[email protected]> | 2014-11-24 18:04:05 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 11:40:27 +0100 |
commit | 8d830a79d0a05e7e508ef6685f883a7a8eb158fd (patch) | |
tree | 58bf637922cd23f166fbe9448d039a14767cf267 /lib/asn1/test/asn1_SUITE.erl | |
parent | 73de3847eee629cacf441fd6e6d8781ff80569cb (diff) | |
download | otp-8d830a79d0a05e7e508ef6685f883a7a8eb158fd.tar.gz otp-8d830a79d0a05e7e508ef6685f883a7a8eb158fd.tar.bz2 otp-8d830a79d0a05e7e508ef6685f883a7a8eb158fd.zip |
Get rid of the test case for warnings_as_errors
The warnings in the ASN.1 are being eliminated one by one and
replaced with errors. Therefore, it is no longer possible to test
warnings_as_errors. We will reimplement this test case in the future
if we will introduce some new sensible warnings.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE.erl')
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 6d7ec7ba50..eb7c6e1d43 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -1024,8 +1024,7 @@ test_compile_options(Config) -> ok = test_compile_options:path(Config), ok = test_compile_options:noobj(Config), ok = test_compile_options:record_name_prefix(Config), - ok = test_compile_options:verbose(Config), - ok = test_compile_options:warnings_as_errors(Config). + ok = test_compile_options:verbose(Config). testDoubleEllipses(Config) -> test(Config, fun testDoubleEllipses/3). testDoubleEllipses(Config, Rule, Opts) -> |