Skip to content

Commit 6870c5f

Browse files
committed
backport 48831c65b5535fef706b64a4eb23ba28b1567ead
1 parent 1eae2ae commit 6870c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/sun/text/resources/LocaleDataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ else if (!args[i].startsWith("-") && in == null)
213213
in = new BufferedReader(new InputStreamReader(new
214214
FileInputStream(localeData), StandardCharsets.UTF_8));
215215
}
216-
out = new PrintWriter(new OutputStreamWriter(System.out, StandardCharsets.UTF_8));
216+
out = new PrintWriter(new OutputStreamWriter(System.out, StandardCharsets.UTF_8), true);
217217

218218
// perform the actual test
219219
int errorCount = doTest(in, out, writeNewFile);

0 commit comments

Comments
 (0)