diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-03-16 12:41:05 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-03-16 12:41:05 +0700 |
commit | fdeafa10e2dcfee734d050f2f11ab50a350f69cc (patch) | |
tree | b839357e0bea77bf7c192671b77539b9051162a0 /crypto/test/src | |
parent | Fix non-8-aligned IPv4 netmask parsing (diff) | |
download | BouncyCastle.NET-ed25519-fdeafa10e2dcfee734d050f2f11ab50a350f69cc.tar.xz |
Fix rethrow syntax
- see https://github.com/bcgit/bc-csharp/issues/425
Diffstat (limited to 'crypto/test/src')
-rw-r--r-- | crypto/test/src/math/test/PrimesTest.cs | 2 | ||||
-rw-r--r-- | crypto/test/src/test/BaseBlockCipherTest.cs | 4 | ||||
-rw-r--r-- | crypto/test/src/test/PkixPolicyMappingTest.cs | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/crypto/test/src/math/test/PrimesTest.cs b/crypto/test/src/math/test/PrimesTest.cs |