8285756: clean up use of bad arguments for @clean in langtools tests

Reviewed-by: phh
Backport-of: 3312d8c620003125a88540fd5b2bacff34732ade
This commit is contained in:
Satyen Subramaniam 2025-02-26 23:55:06 +00:00 committed by Paul Hohensee
parent 24cade612f
commit 8f8531c0a5
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
* @compile package-info.java
* @run main/othervm T6257443 -yes foo/package-info.class
*
* @clean foo.package-info
* @clean foo.*
*
* @compile -XD-printflat package-info.java
* @run main/othervm T6257443 -no foo/package-info.class

View File

@ -25,6 +25,6 @@
* @test
* @bug 8021112
* @summary Verify that deprecated warnings are printed correctly for package-info.java
* @clean pack.package-info pack.DeprecatedClass
* @clean pack.*
* @compile/ref=PackageInfo.out -XDrawDiagnostics -Xlint:deprecation pack/package-info.java pack/DeprecatedClass.java
*/