diff -r d402db1005ad -r 84061bd68019 test/tools/javac/unicode/Unmappable.java --- a/test/tools/javac/unicode/Unmappable.java Thu May 21 10:56:36 2009 +0100 +++ b/test/tools/javac/unicode/Unmappable.java Wed May 27 22:34:43 2009 -0700 @@ -29,7 +29,7 @@ * * @compile -encoding ascii -source 1.5 Unmappable.java * @compile/fail -Werror -encoding ascii -source 1.5 Unmappable.java - * @compile/fail -encoding ascii -source 6 Unmappable.java + * @compile/fail -encoding ascii Unmappable.java */ // example from 4766897