Commit ea2392e
authored
[libc++][format] Fixed
Fix for issue:
#87277 (comment)
The test fails on the windows to linux cross builders. The proposed
resolution is to print some text. The issue is possibly due to the
original test outputting a single `\n` character.println.blank_line.sh.cpp test on llvm-clang-win-x-* configurations (#88011)1 parent 93e2a9a commit ea2392e
File tree
1 file changed
+3
-1
lines changed- libcxx/test/std/input.output/iostream.format/print.fun
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments