Skip to content

Commit 144e626

Browse files
committed
8348365: Bad format string in CLDRDisplayNamesTest
Backport-of: d9d2e19f923217a6831a8697c62ebeef0cc5d3b8
1 parent 64b73fb commit 144e626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/util/TimeZone/CLDRDisplayNamesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static void main(String[] args) {
130130
String displayName = zi.getDisplayName(false, TimeZone.SHORT, Locale.US);
131131
Locale.setDefault(originalLocale);
132132
if (!displayName.equals("GMT+05:00")) {
133-
System.err.printf("Wrong display name for timezone Etc/GMT-5 : expected GMT+05:00, Actual " + displayName);
133+
System.err.println("Wrong display name for timezone Etc/GMT-5 : expected GMT+05:00, Actual " + displayName);
134134
errors++;
135135
}
136136

0 commit comments

Comments
 (0)