8343549: SeededSecureRandomTest needn't be in a package

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2024-11-05 02:53:26 +00:00
parent 20f3aaff44
commit cd91a44500

View File

@ -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 {