diff options
author | Björn Gustavsson <[email protected]> | 2013-09-09 20:09:50 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-18 10:22:30 +0200 |
commit | 82d3c9b7b716e2cdde95e5c139a1f6e3cfb46a16 (patch) | |
tree | 24d6fcc1d01c4f277b70636c3286c7f7a51c897c /lib/asn1/test/Makefile | |
parent | ba4c69eea9062e79fb570b8045e1266e05c3f69a (diff) | |
download | otp-82d3c9b7b716e2cdde95e5c139a1f6e3cfb46a16.tar.gz otp-82d3c9b7b716e2cdde95e5c139a1f6e3cfb46a16.tar.bz2 otp-82d3c9b7b716e2cdde95e5c139a1f6e3cfb46a16.zip |
ASN.1 tests: Remove unused choice_extension.erl
The testChoExtension module tests the same thing (and more) as
choice_extension.erl.
Diffstat (limited to 'lib/asn1/test/Makefile')
-rw-r--r-- | lib/asn1/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile index c9de2ee10a..0bbb9e68b6 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -26,7 +26,6 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES= \ h323test \ - choice_extension \ ber_decode_error \ testPrim \ testPrimStrings \ |