File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/jdk/sun/text/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
* 8187946 8195478 8181157 8179071 8193552 8202026 8204269 8202537 8208746
42
42
* 8209775 8221432 8227127 8230284 8231273 8233579 8234288 8250665 8255086
43
43
* 8251317 8274658 8283277 8283805 8265315 8287868 8295564 8284840 8296715
44
- * 8301206 8303472 8317979 8306116 8174269 8333582 8357075 8357882
44
+ * 8301206 8303472 8317979 8306116 8174269 8333582 8357075 8357882 8367021
45
45
* @summary Verify locale data
46
46
* @modules java.base/sun.util.resources
47
47
* @modules jdk.localedata
@@ -204,7 +204,7 @@ else if (!args[i].startsWith("-") && in == null)
204
204
in = new BufferedReader (new InputStreamReader (new
205
205
FileInputStream (localeData ), StandardCharsets .UTF_8 ));
206
206
}
207
- out = new PrintWriter (new OutputStreamWriter (System .out , StandardCharsets .UTF_8 ));
207
+ out = new PrintWriter (new OutputStreamWriter (System .out , StandardCharsets .UTF_8 ), true );
208
208
209
209
// perform the actual test
210
210
int errorCount = doTest (in , out , writeNewFile );
You can’t perform that action at this time.
0 commit comments