summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2019-08-01 15:20:29 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2019-08-01 15:20:29 +0700
commitabe0572ea59671d9444b61bf3ad4458518c2805d (patch)
treeec5fcb0c70214b941c036589be9656ca79d24a3b /crypto/test
parentRework some of the ImplSquare methods in custom binary curves (diff)
downloadBouncyCastle.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.cs2
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
             }