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

index 862e66d22..840ae4707 100644 --- a/crypto/test/src/asn1/test/GenerationTest.cs +++ b/crypto/test/src/asn1/test/GenerationTest.cs
@@ -307,12 +307,13 @@ namespace Org.BouncyCastle.Asn1.Tests { get { return "Generation"; } } - - public static void Main( +#if !LIB + public static void MainOld( string[] args) { RunTest(new GenerationTest()); } +#endif [Test] public void TestFunction()