From f1b7d9e97a506cf1310f8a6d9c7a0294e682f463 Mon Sep 17 00:00:00 2001 From: jjh Date: Wed, 6 Feb 2013 23:10:35 +0000 Subject: [PATCH] 8007698: jtreg test T6306137.java won't compile with ASCII encoding Reviewed-by: ksrini --- test/tools/javac/api/T6306137.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/tools/javac/api/T6306137.java b/test/tools/javac/api/T6306137.java index 8ccf577b..b291114e 100644 --- a/test/tools/javac/api/T6306137.java +++ b/test/tools/javac/api/T6306137.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -25,6 +25,8 @@ * @test * @bug 6306137 * @summary JSR 199: encoding option doesn't affect standard file manager + * @compile -encoding utf-8 T6306137.java + * @run main T6306137 * @author Peter von der Ahé */ -- GitLab