test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java

changeset 2354
b33835c5d96a
parent 2227
998b10c43157
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java	Fri Apr 04 12:56:56 2014 +0100
     1.2 +++ b/test/tools/javac/defaultMethods/static/hiding/InterfaceMethodHidingTest.java	Mon Apr 07 11:38:59 2014 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -26,6 +26,7 @@
    1.11   * @bug 8005166
    1.12   * @summary Add support for static interface methods
    1.13   *          Smoke test for static interface method hiding
    1.14 + * @run main/timeout=600 InterfaceMethodHidingTest
    1.15   */
    1.16  
    1.17  import com.sun.source.util.JavacTask;

mercurial