langtools/test/tools/javac/diags/examples/CatchWithoutTry.java
changeset 11143 9dbe313bfb74
parent 6149 48de3564aa13
child 14058 c7ec7facdd20
--- a/langtools/test/tools/javac/diags/examples/CatchWithoutTry.java	Thu Nov 24 13:38:40 2011 +0000
+++ b/langtools/test/tools/javac/diags/examples/CatchWithoutTry.java	Mon Nov 28 15:56:42 2011 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,6 @@
 
 // key: compiler.err.catch.without.try
 // key: compiler.err.expected
-// key: compiler.err.not.stmt
 
 class CatchWithoutTry {
     void m() {