Skip to content

Commit a9b08fe

Browse files
committed
Tests: fixed CI
1 parent 9c3ac3f commit a9b08fe

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/input.output/span.streams/ispanstream/ispanstream.cons

1 file changed

+1
-1
lines changed

libcxx/test/std/input.output/span.streams/ispanstream/ispanstream.cons/ctor.ros.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void test() {
5656

5757
// TODO:
5858
CharT arr[4];
59-
59+
6060
ReadOnlySpan<CharT, 4> ros{arr};
6161

6262
{

0 commit comments

Comments
 (0)