aboutsummaryrefslogtreecommitdiffstats
path: root/tests/60-any-OK.asn1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-05 10:38:21 +0000
committerLev Walkin <vlm@lionet.info>2004-09-05 10:38:21 +0000
commit805fe87477c705b7f3ca5c03bb6493a184ab7d6a (patch)
tree2d3ab329aaf5a87b8f46d1cd1726a7ee5e3da2a9 /tests/60-any-OK.asn1
parentbc00c1c7ef72e0eda65e103fc2491c68fe876c23 (diff)
more post-processing
Diffstat (limited to 'tests/60-any-OK.asn1')
-rw-r--r--tests/60-any-OK.asn14
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/60-any-OK.asn1 b/tests/60-any-OK.asn1
index ca73358c..51723d9d 100644
--- a/tests/60-any-OK.asn1
+++ b/tests/60-any-OK.asn1
@@ -8,7 +8,7 @@
ModuleTestANY
{ iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 60 }
- DEFINITIONS ::=
+ DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T1 ::= SEQUENCE {
@@ -18,7 +18,7 @@ BEGIN
T2 ::= SEQUENCE {
i INTEGER,
- any [0] EXPLICIT ANY OPTIONAL
+ any [0] ANY OPTIONAL
}
END