diff options
author | Björn Gustavsson <[email protected]> | 2017-02-07 12:00:56 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-10 14:35:05 +0100 |
commit | a952ef15cc20249b3111565cbba7d6727f2a0012 (patch) | |
tree | 9e67e66123c473db97d3de79de74233b38f9113d | |
parent | 12eb5089147513d1bc0797617bb6e95bc6e0c332 (diff) | |
download | otp-a952ef15cc20249b3111565cbba7d6727f2a0012.tar.gz otp-a952ef15cc20249b3111565cbba7d6727f2a0012.tar.bz2 otp-a952ef15cc20249b3111565cbba7d6727f2a0012.zip |
asn1_SUITE: Remove unused functions
In 8a39672af4d9, the testX420/1 test case is no longer run. Remove the
unused functions.
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index b6430134ab..92e637617e 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -1027,18 +1027,6 @@ test_modified_x420(Config, Rule, Opts) -> test_modified_x420:test(Config). -testX420() -> - [{timetrap,{minutes,90}}]. -testX420(Config) -> - case erlang:system_info(system_architecture) of - "sparc-sun-solaris2.10" -> - {skip,"Too slow for an old Sparc"}; - _ -> - Rule = ber, - testX420:compile(Rule, [der], Config), - ok = testX420:ticket7759(Rule, Config) - end. - test_x691(Config) -> test(Config, fun test_x691/3, [per, uper]). test_x691(Config, Rule, Opts) -> |