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

index 89be7cd52..929be6d73 100644 --- a/crypto/test/src/openpgp/test/PgpMarkerTest.cs +++ b/crypto/test/src/openpgp/test/PgpMarkerTest.cs
@@ -1,5 +1,4 @@ using System; -using System.IO; using NUnit.Framework; @@ -85,8 +84,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests get { return "PgpMarkerTest"; } } - public static void Main( - string[] args) + public static void Main(string[] args) { RunTest(new PgpMarkerTest()); }