summary refs log tree commit diff
path: root/crypto/test/src/crypto/test/SHA224DigestTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/crypto/test/SHA224DigestTest.cs')
-rw-r--r--crypto/test/src/crypto/test/SHA224DigestTest.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/test/src/crypto/test/SHA224DigestTest.cs b/crypto/test/src/crypto/test/SHA224DigestTest.cs
index 9469b651b..95c2334cb 100644
--- a/crypto/test/src/crypto/test/SHA224DigestTest.cs
+++ b/crypto/test/src/crypto/test/SHA224DigestTest.cs
@@ -53,12 +53,6 @@ namespace Org.BouncyCastle.Crypto.Tests
 			return new Sha224Digest((Sha224Digest)digest);
 		}
 
-		public static void Main(
-			string[] args)
-		{
-			RunTest(new Sha224DigestTest());
-		}
-
 		[Test]
 		public void TestFunction()
 		{