aboutsummaryrefslogtreecommitdiffstats
path: root/tests/44-choice-in-sequence-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-04 04:54:42 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-04 04:54:42 +0000
commit60e05a440f6d9079914e2e822e6b77de43b28ec7 (patch)
treecfb2fe7b86b8602349892eec2111b6e3225efda7 /tests/44-choice-in-sequence-OK.asn1.-P
parent044f744523ca440476241bf13cac46b2db07bb57 (diff)
changes related to ANY type introduction
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@242 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/44-choice-in-sequence-OK.asn1.-P')
-rw-r--r--tests/44-choice-in-sequence-OK.asn1.-P4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/44-choice-in-sequence-OK.asn1.-P b/tests/44-choice-in-sequence-OK.asn1.-P
index 3a12ecfc..1d7c1901 100644
--- a/tests/44-choice-in-sequence-OK.asn1.-P
+++ b/tests/44-choice-in-sequence-OK.asn1.-P
@@ -176,7 +176,7 @@ static asn1_TYPE_member_t asn1_MBR_b[] = {
.name = "d"
},
{ 0, offsetof(struct b, choice.e),
- .tag = -1 /* Ambiguous tag (CHOICE?) */,
+ .tag = -1 /* Ambiguous tag (CHOICE|ANY?) */,
.tag_mode = 0,
.type = (void *)&asn1_DEF_e,
.memb_constraints = 0, /* Defer to actual type */
@@ -232,7 +232,7 @@ static asn1_TYPE_member_t asn1_MBR_T[] = {
.name = "a"
},
{ 0, offsetof(struct T, b),
- .tag = -1 /* Ambiguous tag (CHOICE?) */,
+ .tag = -1 /* Ambiguous tag (CHOICE|ANY?) */,
.tag_mode = 0,
.type = (void *)&asn1_DEF_b,
.memb_constraints = 0, /* Defer to actual type */