aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/UPERDefault.asn
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-03-14 16:00:26 +0100
committerBjörn Gustavsson <[email protected]>2013-05-31 14:52:20 +0200
commitc7bfb442de270d8d1e37cb5e521f678f0176d241 (patch)
tree366792f658978672e34ea3404d700e484073a649 /lib/asn1/test/asn1_SUITE_data/UPERDefault.asn
parent1cc6c23112042b7d7d301315225b147c2976cfbc (diff)
downloadotp-c7bfb442de270d8d1e37cb5e521f678f0176d241.tar.gz
otp-c7bfb442de270d8d1e37cb5e521f678f0176d241.tar.bz2
otp-c7bfb442de270d8d1e37cb5e521f678f0176d241.zip
Remove files that are not used by any test case
The list of files to remove was obtained by running "ls -lut" after running the test cases and comparing the atime for each file with the start of the test run.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/UPERDefault.asn')
-rw-r--r--lib/asn1/test/asn1_SUITE_data/UPERDefault.asn18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/UPERDefault.asn b/lib/asn1/test/asn1_SUITE_data/UPERDefault.asn
deleted file mode 100644
index 7b81a0e09f..0000000000
--- a/lib/asn1/test/asn1_SUITE_data/UPERDefault.asn
+++ /dev/null
@@ -1,18 +0,0 @@
-UPERDefault DEFINITIONS AUTOMATIC TAGS ::=
-
-BEGIN
-
--- OTP-7681
-Int ::= INTEGER (0..32767)
-
-Seq ::= SEQUENCE {
- a Int,
- b INTEGER (-27..27) DEFAULT 0, -- OTP-7678
- c INTEGER OPTIONAL
-}
-
-seq Seq ::=
-{a 12,
- b 0}
-
-END \ No newline at end of file