Skip to content

Commit 14d6f24

Browse files
author
gefeili
committed
Remove Grain128AEADTest.main
1 parent e150b26 commit 14d6f24

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

core/src/test/java/org/bouncycastle/crypto/test/Grain128AEADTest.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,17 @@ static void isEqualTo(
228228
}
229229
}
230230

231-
public static void main(String[] args)
232-
{
233-
runTest(new AsconTest());
234-
runTest(new ElephantTest());
235-
runTest(new GiftCofbTest());
236-
runTest(new Grain128AEADTest());
237-
runTest(new ISAPTest());
238-
runTest(new PhotonBeetleTest());
239-
runTest(new RomulusTest());
240-
runTest(new SparkleTest());
241-
runTest(new XoodyakTest());
242-
}
231+
// public static void main(String[] args)
232+
// {
233+
// runTest(new AsconTest());
234+
// runTest(new ElephantTest());
235+
// runTest(new GiftCofbTest());
236+
// runTest(new Grain128AEADTest());
237+
// runTest(new ISAPTest());
238+
// runTest(new PhotonBeetleTest());
239+
// runTest(new RomulusTest());
240+
// runTest(new SparkleTest());
241+
// runTest(new XoodyakTest());
242+
// }
243243
}
244244

0 commit comments

Comments
 (0)