aboutsummaryrefslogtreecommitdiffstats
path: root/tests/62-any-OK.asn1.-EF
diff options
context:
space:
mode:
Diffstat (limited to 'tests/62-any-OK.asn1.-EF')
-rw-r--r--tests/62-any-OK.asn1.-EF5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/62-any-OK.asn1.-EF b/tests/62-any-OK.asn1.-EF
index eb927092..bc08f038 100644
--- a/tests/62-any-OK.asn1.-EF
+++ b/tests/62-any-OK.asn1.-EF
@@ -6,8 +6,9 @@ DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T ::= SEQUENCE {
- i INTEGER,
- any [1] EXPLICIT ANY
+ i INTEGER OPTIONAL,
+ any [1] EXPLICIT ANY,
+ ...
}
END