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

index 07308dbff..34407790a 100644 --- a/crypto/test/src/crypto/test/TnepresTest.cs +++ b/crypto/test/src/crypto/test/TnepresTest.cs
@@ -139,7 +139,7 @@ namespace Org.BouncyCastle.Crypto.Tests get { return "Tnepres"; } } - public static void Main(string[] args) + public static void MainOld(string[] args) { RunTest(new TnepresTest()); }