test/tools/javac/failover/FailOver04.java

Fri, 17 Feb 2012 15:24:40 -0800

author
darcy
date
Fri, 17 Feb 2012 15:24:40 -0800
changeset 1199
e127334a64fe
parent 0
959103a6100f
permissions
-rw-r--r--

7143910: test/tools/apt/Basics/apt.sh fails with 'real' sh
Reviewed-by: darcy
Contributed-by: sonali.goel@oracle.com

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @bug 6970584
     4  * @summary Flow.java should be more error-friendly
     5  * @author mcimadamore
     6  *
     7  * @compile/fail/ref=FailOver04.out -XDrawDiagnostics -XDshouldStopPolicy=FLOW -XDdev FailOver04.java
     8  */
    10 class Test {
    11    { new Unknown() {}; }
    12 }

mercurial