summary refs log tree commit diff
path: root/crypto/test/src/test/DESedeTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/test/DESedeTest.cs')
-rw-r--r--crypto/test/src/test/DESedeTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/test/DESedeTest.cs b/crypto/test/src/test/DESedeTest.cs
index d84b994f0..aea5d145e 100644
--- a/crypto/test/src/test/DESedeTest.cs
+++ b/crypto/test/src/test/DESedeTest.cs
@@ -281,7 +281,7 @@ namespace Org.BouncyCastle.Tests
             wrapTest("TDEA", 1, kek1, iv1, in1, out1);
         }
 
-        public static void Main(
+        public static void MainOld(
             string[] args)
         {
             RunTest(new DesEdeTest());