diff options
author | Björn Gustavsson <[email protected]> | 2014-11-28 15:47:44 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 11:40:28 +0100 |
commit | 303fff739a00200a2a2adf3104e80a9e48012563 (patch) | |
tree | 45da1b6489d31b8814ccc069a683d310777701b8 /lib/asn1/test/asn1_SUITE_data | |
parent | 2a343fda2c75f52bbf35b6d5ca9f3c97037c50b5 (diff) | |
download | otp-303fff739a00200a2a2adf3104e80a9e48012563.tar.gz otp-303fff739a00200a2a2adf3104e80a9e48012563.tar.bz2 otp-303fff739a00200a2a2adf3104e80a9e48012563.zip |
Modernize error handling for illicit tags
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/CCSNARG3.asn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/CCSNARG3.asn b/lib/asn1/test/asn1_SUITE_data/CCSNARG3.asn index 23c1f32ceb..8932238adc 100644 --- a/lib/asn1/test/asn1_SUITE_data/CCSNARG3.asn +++ b/lib/asn1/test/asn1_SUITE_data/CCSNARG3.asn @@ -3,7 +3,7 @@ BEGIN CallCentreServiceNotificationArg ::= SEQUENCE { scriptInformation [0] ScriptToScriptInformation, - eventInformation [1] IMPLICIT EventInformation OPTIONAL + eventInformation [1] EventInformation OPTIONAL } |