summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/test/src/crypto/test/SM2SignerTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/SM2SignerTest.cs b/crypto/test/src/crypto/test/SM2SignerTest.cs

index 5904c95a7..795fb6323 100644 --- a/crypto/test/src/crypto/test/SM2SignerTest.cs +++ b/crypto/test/src/crypto/test/SM2SignerTest.cs
@@ -176,7 +176,7 @@ namespace Org.BouncyCastle.Crypto.Tests return new DerSequence(new DerInteger(r), new DerInteger(s)).GetEncoded(); } - public static void Main( + public static void MainOld( string[] args) { RunTest(new SM2SignerTest());