test/tools/javac/diags/examples/CatchWithoutTry.java

changeset 1400
19d6ba779759
parent 1348
573ceb23beeb
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/diags/examples/CatchWithoutTry.java	Tue Nov 06 18:41:56 2012 -0800
     1.2 +++ b/test/tools/javac/diags/examples/CatchWithoutTry.java	Mon Nov 05 16:26:09 2012 +0000
     1.3 @@ -22,9 +22,6 @@
     1.4   */
     1.5  
     1.6  // key: compiler.err.catch.without.try
     1.7 -// key: compiler.err.expected
     1.8 -// key: compiler.err.not.stmt
     1.9 -// key: compiler.err.lambda.not.supported.in.source
    1.10  
    1.11  class CatchWithoutTry {
    1.12      void m() {

mercurial