diff options
author | Björn Gustavsson <[email protected]> | 2013-09-13 12:55:59 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-18 11:45:00 +0200 |
commit | b8f57af261d72f9f078ddf7190201209dd846d53 (patch) | |
tree | 01436d57b97d6d33f16e73730359a48ffbd32e24 /lib/asn1/test/Makefile | |
parent | 233089914b1d70c0b0ddc46b1977998aa4bd3780 (diff) | |
download | otp-b8f57af261d72f9f078ddf7190201209dd846d53.tar.gz otp-b8f57af261d72f9f078ddf7190201209dd846d53.tar.bz2 otp-b8f57af261d72f9f078ddf7190201209dd846d53.zip |
Simplify tests of CHOICE with OPTIONAL
Test ChoOptional and ChoOptionalImplicitTag with the same test code
and data.
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 2d809c254d..baf9faf317 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -35,7 +35,6 @@ MODULES= \ testChoExtension \ testChoExternal \ testChoOptional \ - testChoOptionalImplicitTag \ testChoRecursive \ testChoTypeRefCho \ testChoTypeRefPrim \ |