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

index fe612ba1b..ed2560fb9 100644 --- a/crypto/test/src/asn1/test/RegressionTest.cs +++ b/crypto/test/src/asn1/test/RegressionTest.cs
@@ -75,15 +75,5 @@ namespace Org.BouncyCastle.Asn1.Tests new X9Test(), new KMacParamsTest() }; - - public static void Main( - string[] args) - { - for (int i = 0; i != tests.Length; i++) - { - ITestResult result = tests[i].Perform(); - Console.WriteLine(result); - } - } } }