regenerated with new ioc code
diff --git a/tests/tests-asn1c-compiler/141-component-relation-OK.asn1.-EFprint-class-matrix b/tests/tests-asn1c-compiler/141-component-relation-OK.asn1.-EFprint-class-matrix
index 097ec4c..9fbe655 100644
--- a/tests/tests-asn1c-compiler/141-component-relation-OK.asn1.-EFprint-class-matrix
+++ b/tests/tests-asn1c-compiler/141-component-relation-OK.asn1.-EFprint-class-matrix
@@ -1,11 +1,11 @@
 ModuleComponentRelationConstraint { iso org(3) dod(6) internet(1) private(4)
 	enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 141 }
-DEFINITIONS ::=
+DEFINITIONS AUTOMATIC TAGS ::=
 BEGIN
 
 Frame ::= SEQUENCE {
-    ident	 FRAME-STRUCTURE.&id ({FrameTypes}),
-    value	 FRAME-STRUCTURE.&Type ({FrameTypes}{@.ident}),
+    ident	 [0] IMPLICIT FRAME-STRUCTURE.&id ({FrameTypes}),
+    value	 [1] EXPLICIT FRAME-STRUCTURE.&Type ({FrameTypes}{@.ident}),
     ...
 }