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