< prev index next >

test/jdk/java/awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java

Print this page

        

@@ -23,11 +23,10 @@
 
 /*
  @test
  @bug 8041928 8158616
  @summary Confirm that the Alt-Gr Modifier bit is set correctly.
- @requires (os.family != "windows" & os.family != "mac")
  @run main/manual AltGraphModifierTest
  */
 
 import java.awt.Button;
 import java.awt.Dialog;
< prev index next >