8219504: Test for JDK-8211435 can be run on all platforms
authorserb
Sat, 09 Mar 2019 14:48:17 -0800
changeset 54238 371d29d4add5
parent 54237 7d5e595cb7aa
child 54239 0804f29e8be7
8219504: Test for JDK-8211435 can be run on all platforms Reviewed-by: kaddepalli, dmarkov, sveerabhadra
test/jdk/java/awt/Focus/NullActiveWindowOnFocusLost/NullActiveWindowOnFocusLost.java
--- a/test/jdk/java/awt/Focus/NullActiveWindowOnFocusLost/NullActiveWindowOnFocusLost.java	Fri Mar 08 14:07:10 2019 +0530
+++ b/test/jdk/java/awt/Focus/NullActiveWindowOnFocusLost/NullActiveWindowOnFocusLost.java	Sat Mar 09 14:48:17 2019 -0800
@@ -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 @@
  * @test
  * @key headful
  * @bug 8211435
- * @requires (os.family == "mac")
  * @modules java.desktop/sun.awt
  */
 public final class NullActiveWindowOnFocusLost {