aboutsummaryrefslogtreecommitdiffstats
path: root/tests/32-sequence-of-OK.asn1
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-14 02:46:01 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-14 02:46:01 +0000
commit00db042fad28e03539db21c543a5e9e4ec52a866 (patch)
treeb9e035c1b0ef98c218c9ae8186a1ec011e46eb1a /tests/32-sequence-of-OK.asn1
parenta2374a0eb76275ce48b7b47c525e0067979418c3 (diff)
Tagged types inside SET OF/SEQUENCE OF test
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@317 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/32-sequence-of-OK.asn1')
-rw-r--r--tests/32-sequence-of-OK.asn12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/32-sequence-of-OK.asn1 b/tests/32-sequence-of-OK.asn1
index cd16118c..2b82127f 100644
--- a/tests/32-sequence-of-OK.asn1
+++ b/tests/32-sequence-of-OK.asn1
@@ -11,7 +11,7 @@ ModuleTestSequenceSimple
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
- Programming ::= SEQUENCE SIZE(1..maxSize) OF Fault
+ Programming ::= SEQUENCE SIZE(1..maxSize) OF [0] IMPLICIT Fault
Fault ::= SET OF Error