diff -r ec59a2ce9114 -r 9448fe783fd2 test/tools/javac/diags/examples/CatchWithoutTry.java --- a/test/tools/javac/diags/examples/CatchWithoutTry.java Thu Nov 24 13:38:40 2011 +0000 +++ b/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() {