test/tools/javac/diags/examples/UnsupportedEncoding.java

changeset 1157
3809292620c9
parent 610
3640b60bd0f6
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/diags/examples/UnsupportedEncoding.java	Mon Dec 12 08:15:32 2011 -0800
     1.2 +++ b/test/tools/javac/diags/examples/UnsupportedEncoding.java	Tue Dec 13 11:21:28 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,5 +23,6 @@
    1.11  
    1.12  // key: compiler.err.unsupported.encoding
    1.13  // options: -encoding UNSUPPORTED -doe
    1.14 +// run: simple
    1.15  
    1.16  class UnsupportedEncoding { }

mercurial