Skip to content

Commit a9d9b5c

Browse files
committed
fixup! [libc++] Fix unnecessary flushes in std::print() on POSIX
Fix for CI job Apple system configuration
1 parent f7a6a0a commit a9d9b5c

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_unicode.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// When std::print is unavailable, we don't rely on an implementation of
1717
// std::__is_terminal and we always assume a non-unicode and non-terminal
1818
// output.
19-
// XFAIL: availability-print-missing
19+
// XFAIL: availability-print-missing && target={{.*}}-windows{{.*}}
2020

2121
// Clang modules do not work with the definiton of _LIBCPP_TESTING_PRINT_IS_TERMINAL
2222
// XFAIL: clang-modules-build && target={{.*}}-windows{{.*}}

0 commit comments

Comments
 (0)