diff -r 307b065ff2af -r e2890b8369f7 test/tools/javac/diags/examples/CountErrorPlural.java --- a/test/tools/javac/diags/examples/CountErrorPlural.java Mon Mar 14 11:33:33 2011 -0700 +++ b/test/tools/javac/diags/examples/CountErrorPlural.java Mon Mar 14 11:42:15 2011 -0700 @@ -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,6 +23,7 @@ // key: compiler.misc.count.error.plural // key: compiler.err.unreported.exception.need.to.catch.or.throw +// key: compiler.err.error // run: backdoor class CountErrorPlural {