Skip to content

Commit ca6e225

Browse files
Fix copy-paste damage in formatter.tai_time.pass.cpp.
Comparing the `#if` to the `#else` case, it's clear that this half-copied check should be removed.
1 parent 6c8e9a6 commit ca6e225

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcxx/test/std/time/time.syn/formatter.tai_time.pass.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ static void test_valid_values_day() {
268268
lfmt,
269269
cr::tai_seconds(1'613'259'090s)); // 23:31:30 TAI Friday, 13 February 2009
270270

271-
// Use the global locale (fr_FR)
272-
check(SV("%d='01'\t%Od='01'\t%e=' 1'\t%Oe=' 1'\n"),
273-
lfmt,
274271
#else // defined(_WIN32) || defined(__APPLE__) || defined(_AIX) || defined(__FreeBSD__)
275272
check(loc,
276273
SV("%d='01'\t%Od='一'\t%e=' 1'\t%Oe='一'\n"),

0 commit comments

Comments
 (0)