Skip to content

Commit 8331540

Browse files
wangweijpull[bot]
authored andcommitted
8343549: SeededSecureRandomTest needn't be in a package
Reviewed-by: mullan
1 parent 5f403c5 commit 8331540

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/lib-test/jdk/test/lib/security/SeededSecureRandomTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
* or visit www.oracle.com if you need additional information or have any
2121
* questions.
2222
*/
23-
package jdk.test.lib.security;
24-
2523
import jdk.test.lib.Asserts;
24+
import jdk.test.lib.security.SeededSecureRandom;
2625

2726
/*
2827
* @test
2928
* @library /test/lib
30-
* @run main/othervm jdk.test.lib.security.SeededSecureRandomTest
29+
* @run main/othervm SeededSecureRandomTest
3130
*/
3231
public class SeededSecureRandomTest {
3332

0 commit comments

Comments
 (0)