8307799: Newly added java/awt/dnd/MozillaDnDTest.java has invalid jtreg @requires clause

Reviewed-by: rriggs, azvegint
This commit is contained in:
Daniel D. Daugherty 2023-05-10 14:40:56 +00:00
parent cc396895e5
commit 1bca05eace

View File

@ -64,7 +64,7 @@ import java.io.Reader;
@test
@bug 4746177
@summary tests that data types exported by Netscape 6.2 are supported
@requires(os != "windows")
@requires (os.family != "windows")
@key headful
@run main MozillaDnDTest
*/