langtools/test/tools/javac/diags/examples/CatchWithoutTry.java
changeset 14450 7a62c5b13d6e
parent 14058 c7ec7facdd20
--- a/langtools/test/tools/javac/diags/examples/CatchWithoutTry.java	Tue Nov 06 18:41:56 2012 -0800
+++ b/langtools/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() {