changes related to ANY type introduction


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@242 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index ad954aa..d4da365 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -208,7 +208,7 @@
 
 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 3a12ecf..1d7c190 100644
--- a/tests/44-choice-in-sequence-OK.asn1.-P
+++ b/tests/44-choice-in-sequence-OK.asn1.-P
@@ -176,7 +176,7 @@
 		.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 @@
 		.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 */