test/tools/javac/unicode/Unmappable.java

Print this page

        

@@ -25,12 +25,10 @@
  * @test
  * @bug 4767128 5048557 5048773
  * @summary diagnose encoding errors in Java source files
  * @author gafter
  *
- * @compile              -encoding ascii -source 1.5 Unmappable.java
- * @compile/fail -Werror -encoding ascii -source 1.5 Unmappable.java
  * @compile/fail         -encoding ascii             Unmappable.java
  */
 
 // example from 4766897
 public class Unmappable {