8343549: SeededSecureRandomTest needn't be in a package
Reviewed-by: mullan
This commit is contained in:
parent
20f3aaff44
commit
cd91a44500
@ -20,14 +20,13 @@
|
|||||||
* or visit www.oracle.com if you need additional information or have any
|
* or visit www.oracle.com if you need additional information or have any
|
||||||
* questions.
|
* questions.
|
||||||
*/
|
*/
|
||||||
package jdk.test.lib.security;
|
|
||||||
|
|
||||||
import jdk.test.lib.Asserts;
|
import jdk.test.lib.Asserts;
|
||||||
|
import jdk.test.lib.security.SeededSecureRandom;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run main/othervm jdk.test.lib.security.SeededSecureRandomTest
|
* @run main/othervm SeededSecureRandomTest
|
||||||
*/
|
*/
|
||||||
public class SeededSecureRandomTest {
|
public class SeededSecureRandomTest {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user