check distinct tags fixer


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@345 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/37-indirect-choice-OK.asn1 b/tests/37-indirect-choice-OK.asn1
index 9204c1c..6124790 100644
--- a/tests/37-indirect-choice-OK.asn1
+++ b/tests/37-indirect-choice-OK.asn1
@@ -26,7 +26,8 @@
 	Choice2 ::= [2] CHOICE {
 		c-a OCTET STRING,
 		c-b INTEGER,
-		c-d [3] Choice1
+		c-d [3] Choice1,
+		c-e [4] Choice1
 	}
 
 	Choice3 ::= [3] EXPLICIT Choice2		-- tags [3] [2]