Skip to content

Commit

Permalink
Removed version assertion test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcw committed Feb 4, 2024
1 parent b048c86 commit 9279d29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions core/src/test/java/org/bouncycastle/crypto/test/AllTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public static Test suite()
suite.addTestSuite(SimpleTestTest.class);
suite.addTestSuite(GCMReorderTest.class);
suite.addTestSuite(HPKETestVectors.class);
suite.addTestSuite(JVMAssertionTest.class);

return new BCTestSetup(suite);
}

Expand Down

This file was deleted.

0 comments on commit 9279d29

Please sign in to comment.