提交 6e81b54b 编写于 作者: V vromero

8008023: Get rid of utf8 chars in two tests

Reviewed-by: jjg
上级 bd2bcf9e
/* /*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
*/ */
/** /**
* @author Peter von der Ahé * @author Peter von der Ah\u00e9
*/ */
class Utf8 {} class Utf8 {}
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* @summary JSR 199: encoding option doesn't affect standard file manager * @summary JSR 199: encoding option doesn't affect standard file manager
* @compile -encoding utf-8 T6306137.java * @compile -encoding utf-8 T6306137.java
* @run main T6306137 * @run main T6306137
* @author Peter von der Ahé * @author Peter von der Ah\u00e9
*/ */
import java.io.File; import java.io.File;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册