aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-04 04:54:42 +0000
committerLev Walkin <vlm@lionet.info>2004-09-04 04:54:42 +0000
commit0f2848f82f4296309a9c2b6492b1de802820cc91 (patch)
treecfb2fe7b86b8602349892eec2111b6e3225efda7 /tests
parent609ccbb318256ed6e310059d8f49519f0e29eebd (diff)
changes related to ANY type introduction
Diffstat (limited to 'tests')
-rw-r--r--tests/42-real-life-OK.asn1.-PR2
-rw-r--r--tests/44-choice-in-sequence-OK.asn1.-P4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index ad954aa0..d4da365a 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -208,7 +208,7 @@ memb_vparts_2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
static asn1_TYPE_member_t asn1_MBR_vparts[] = {
{ 0, 0,
- .tag = -1 /* Ambiguous tag (CHOICE?) */,
+ .tag = -1 /* Ambiguous tag (CHOICE|ANY?) */,
.tag_mode = 0,
.type = (void *)&asn1_DEF_VariablePart,
.memb_constraints = 0, /* Defer to actual type */
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 */