summaryrefslogtreecommitdiff
path: root/src/asn1Coding_test.asn
diff options
context:
space:
mode:
Diffstat (limited to 'src/asn1Coding_test.asn')
-rw-r--r--src/asn1Coding_test.asn12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/asn1Coding_test.asn b/src/asn1Coding_test.asn
deleted file mode 100644
index 2189ee5..0000000
--- a/src/asn1Coding_test.asn
+++ /dev/null
@@ -1,12 +0,0 @@
-Test { }
-
-DEFINITIONS IMPLICIT TAGS ::=
-
-BEGIN
-
-Sequence1 ::= SEQUENCE {
- int1 INTEGER,
- int2 INTEGER
-}
-
-END