Skip to content

Commit f7a6a0a

Browse files
committed
fixup! [libc++] Fix unnecessary flushes in std::print() on POSIX
Fix test for modules
1 parent 363e6f8 commit f7a6a0a

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
@@ -19,7 +19,7 @@
1919
// XFAIL: availability-print-missing
2020

2121
// Clang modules do not work with the definiton of _LIBCPP_TESTING_PRINT_IS_TERMINAL
22-
// XFAIL: clang-modules-build
22+
// XFAIL: clang-modules-build && target={{.*}}-windows{{.*}}
2323
// <ostream>
2424

2525
// Tests the implementation of

0 commit comments

Comments
 (0)