From a008779a0d8b602a56c63d333f692f51e0b64994 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 27 Nov 2014 13:41:00 +0100 Subject: asn1: Rewrite error handling for EXPORT to new style --- lib/asn1/test/asn1_SUITE.erl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/asn1/test/asn1_SUITE.erl') diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 79925f9ddf..3b6e18c46d 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -142,7 +142,6 @@ groups() -> testMergeCompile, testobj, testDeepTConstr, - testExport, testImport, testDER, testDEFAULT, @@ -827,12 +826,6 @@ testDeepTConstr(Config, Rule, Opts) -> [Rule|Opts]), testDeepTConstr:main(Rule). -testExport(Config) -> - {error, _} = - asn1ct:compile(filename:join(?config(data_dir, Config), - "IllegalExport"), - [{outdir, ?config(case_dir, Config)}]). - testImport(Config) -> test(Config, fun testImport/3). testImport(Config, Rule, Opts) -> -- cgit v1.2.3