--- old/test/tools/javac/annotations/neg/Z16.java Wed May 27 00:08:14 2009 +++ new/test/tools/javac/annotations/neg/Z16.java Wed May 27 00:08:13 2009 @@ -27,7 +27,7 @@ * @summary implement "metadata" (attribute interfaces and program annotations) * @author gafter * - * @compile/fail -source 1.5 Z16.java + * @compile/fail Z16.java */ enum Color { red, green, blue }