8219504: Test for JDK-8211435 can be run on all platforms

Reviewed-by: kaddepalli, dmarkov, sveerabhadra
This commit is contained in:
Sergey Bylokhov 2019-03-09 14:48:17 -08:00
parent 00d6c3e825
commit f690eda707

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,6 @@ import sun.awt.SunToolkit;
* @test
* @key headful
* @bug 8211435
* @requires (os.family == "mac")
* @modules java.desktop/sun.awt
*/
public final class NullActiveWindowOnFocusLost {