summary refs log tree commit diff
path: root/crypto/test/src/test/PkixPolicyMappingTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/test/PkixPolicyMappingTest.cs')
-rw-r--r--crypto/test/src/test/PkixPolicyMappingTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/test/PkixPolicyMappingTest.cs b/crypto/test/src/test/PkixPolicyMappingTest.cs

index 4dbfe0ad5..66e09309c 100644 --- a/crypto/test/src/test/PkixPolicyMappingTest.cs +++ b/crypto/test/src/test/PkixPolicyMappingTest.cs
@@ -144,9 +144,9 @@ namespace Org.BouncyCastle.Tests return ""; } - catch (TestFailedException e) + catch (TestFailedException) { - throw e; + throw; } catch (Exception e) {