aboutsummaryrefslogtreecommitdiffstats
path: root/tests/93-asn1c-controls-OK.asn1.-EF
diff options
context:
space:
mode:
Diffstat (limited to 'tests/93-asn1c-controls-OK.asn1.-EF')
-rw-r--r--tests/93-asn1c-controls-OK.asn1.-EF12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/93-asn1c-controls-OK.asn1.-EF b/tests/93-asn1c-controls-OK.asn1.-EF
index 8df34026..5288379f 100644
--- a/tests/93-asn1c-controls-OK.asn1.-EF
+++ b/tests/93-asn1c-controls-OK.asn1.-EF
@@ -5,17 +5,21 @@ BEGIN
Sequence ::= SEQUENCE {
ainl [0] IMPLICIT INTEGER,
- aptr [1] IMPLICIT INTEGER /* <asn1c:pointer> */
+ --<ASN1C.RepresentAsPointer>--
+ aptr [1] IMPLICIT INTEGER
}
Set ::= SET {
ainl [0] IMPLICIT Sequence,
- aptr [1] IMPLICIT Sequence /* <asn1c:pointer> */
+ --<ASN1C.RepresentAsPointer>--
+ aptr [1] IMPLICIT Sequence
}
Choice ::= CHOICE {
- setof [0] IMPLICIT SET OF INTEGER, /* <asn1c:pointer> */
- aptr [1] IMPLICIT Sequence, /* <asn1c:pointer> */
+ --<ASN1C.RepresentAsPointer>--
+ setof [0] IMPLICIT SET OF INTEGER,
+ --<ASN1C.RepresentAsPointer>--
+ aptr [1] IMPLICIT Sequence,
ainl [2] IMPLICIT Sequence
}