test/tools/javac/quid/T6999438.java

Wed, 23 Jan 2013 20:57:40 +0000

author
vromero
date
Wed, 23 Jan 2013 20:57:40 +0000
changeset 1520
5c956be64b9e
parent 1042
defdd98cb7ce
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8006694: temporarily workaround combo tests are causing time out in several platforms
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com

     1 /* @test /nodynamiccopyright/
     2  * @bug 6999438
     3  * @summary remove support for exotic identifiers from JDK 7
     4  * @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
     5  */
     7 class Test {
     8     int #"not supported";
     9 }

mercurial