Skip to content

Commit

Permalink
8343549: SeededSecureRandomTest needn't be in a package
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweij committed Nov 4, 2024
1 parent 9cfb0f7 commit 9bfbd7c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
package jdk.test.lib.security;

import jdk.test.lib.Asserts;
import jdk.test.lib.security.SeededSecureRandom;

/*
* @test
* @library /test/lib
* @run main/othervm jdk.test.lib.security.SeededSecureRandomTest
* @run main/othervm SeededSecureRandomTest
*/
public class SeededSecureRandomTest {

Expand Down

0 comments on commit 9bfbd7c

Please sign in to comment.