diff options
author | Björn Gustavsson <[email protected]> | 2013-09-13 14:36:22 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-18 11:45:01 +0200 |
commit | a6c2074bb0b7d54f3a5db41867d203f847598a3a (patch) | |
tree | 023f59f9bef4f39b4bd8986aa0f32d821202f5a1 /lib/asn1/test/Makefile | |
parent | 0b35b587814d9524d46473571778990ce3fdf17f (diff) | |
download | otp-a6c2074bb0b7d54f3a5db41867d203f847598a3a.tar.gz otp-a6c2074bb0b7d54f3a5db41867d203f847598a3a.tar.bz2 otp-a6c2074bb0b7d54f3a5db41867d203f847598a3a.zip |
Combine the testSeqIndefinite/1 and testSetIndefinite/1 test cases
They use the same ASN.1 spec.
Diffstat (limited to 'lib/asn1/test/Makefile')
-rw-r--r-- | lib/asn1/test/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile index 4f653c4aea..b1b08aa9f9 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -49,12 +49,12 @@ MODULES= \ testSeqOptional \ testSeq2738 \ testSeqPrim \ + testSeqSetIndefinite \ testSeqTag \ testSeqTypeRefCho \ testSeqTypeRefPrim \ testSeqTypeRefSeq \ testSeqTypeRefSet \ - testSeqIndefinite \ testSeqOf \ testSeqOfIndefinite \ testSeqOfCho \ @@ -70,7 +70,6 @@ MODULES= \ testSetTypeRefPrim \ testSetTypeRefSeq \ testSetTypeRefSet \ - testSetIndefinite \ testChoiceIndefinite \ testSetOf \ testSetOfCho \ |