We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f403c5 commit 8331540Copy full SHA for 8331540
test/lib-test/jdk/test/lib/security/SeededSecureRandomTest.java
@@ -20,14 +20,13 @@
20
* or visit www.oracle.com if you need additional information or have any
21
* questions.
22
*/
23
-package jdk.test.lib.security;
24
-
25
import jdk.test.lib.Asserts;
+import jdk.test.lib.security.SeededSecureRandom;
26
27
/*
28
* @test
29
* @library /test/lib
30
- * @run main/othervm jdk.test.lib.security.SeededSecureRandomTest
+ * @run main/othervm SeededSecureRandomTest
31
32
public class SeededSecureRandomTest {
33
0 commit comments