diff -r 6dc8616cea9b -r 19d6ba779759 test/tools/javac/diags/examples/CatchWithoutTry.java --- a/test/tools/javac/diags/examples/CatchWithoutTry.java Tue Nov 06 18:41:56 2012 -0800 +++ b/test/tools/javac/diags/examples/CatchWithoutTry.java Mon Nov 05 16:26:09 2012 +0000 @@ -22,9 +22,6 @@ */ // key: compiler.err.catch.without.try -// key: compiler.err.expected -// key: compiler.err.not.stmt -// key: compiler.err.lambda.not.supported.in.source class CatchWithoutTry { void m() {