diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-08-01 15:20:29 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-08-01 15:20:29 +0700 |
commit | abe0572ea59671d9444b61bf3ad4458518c2805d (patch) | |
tree | ec5fcb0c70214b941c036589be9656ca79d24a3b /crypto/test | |
parent | Rework some of the ImplSquare methods in custom binary curves (diff) | |
download | BouncyCastle.NET-ed25519-abe0572ea59671d9444b61bf3ad4458518c2805d.tar.xz |
Misc. ASN.1 updates from bc-java
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/asn1/test/LinkedCertificateTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/asn1/test/LinkedCertificateTest.cs b/crypto/test/src/asn1/test/LinkedCertificateTest.cs index 416c048c0..1ac5ab0fd 100644 --- a/crypto/test/src/asn1/test/LinkedCertificateTest.cs +++ b/crypto/test/src/asn1/test/LinkedCertificateTest.cs @@ -48,7 +48,7 @@ namespace Org.BouncyCastle.Asn1.Tests Fail("getInstance() failed to detect bad object."); } - catch (ArgumentException e) + catch (ArgumentException) { // expected } |