We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8e9a6 commit ca6e225Copy full SHA for ca6e225
libcxx/test/std/time/time.syn/formatter.tai_time.pass.cpp
@@ -268,9 +268,6 @@ static void test_valid_values_day() {
268
lfmt,
269
cr::tai_seconds(1'613'259'090s)); // 23:31:30 TAI Friday, 13 February 2009
270
271
- // Use the global locale (fr_FR)
272
- check(SV("%d='01'\t%Od='01'\t%e=' 1'\t%Oe=' 1'\n"),
273
- lfmt,
274
#else // defined(_WIN32) || defined(__APPLE__) || defined(_AIX) || defined(__FreeBSD__)
275
check(loc,
276
SV("%d='01'\t%Od='一'\t%e=' 1'\t%Oe='一'\n"),
0 commit comments