6980724: test/tools/javac/InterfaceAssert.java sometimes fails

Fri, 27 Aug 2010 17:14:51 -0700

author
jjg
date
Fri, 27 Aug 2010 17:14:51 -0700
changeset 661
3a9f319be48a
parent 660
ae3acbf63943
child 662
b4e7a57af8df

6980724: test/tools/javac/InterfaceAssert.java sometimes fails
Reviewed-by: darcy

test/tools/javac/InterfaceAssert.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/InterfaceAssert.java	Thu Aug 26 16:13:33 2010 -0700
     1.2 +++ b/test/tools/javac/InterfaceAssert.java	Fri Aug 27 17:14:51 2010 -0700
     1.3 @@ -23,9 +23,11 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug 4399129
     1.8 + * @bug 4399129 6980724
     1.9   * @summary Check that assertions compile properly when nested in an interface
    1.10   * @author gafter
    1.11 + * @compile InterfaceAssert.java
    1.12 + * @run main InterfaceAssert
    1.13   */
    1.14  
    1.15  /*

mercurial