Skip to content

Commit 08e016b

Browse files
committed
Tests: fixed CI
1 parent a9b08fe commit 08e016b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/input.output/span.streams/spanstream/spanstream.cons/ctor.span.mode.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void test() {
4848
using SpStream = std::basic_spanstream<CharT, TraitsT>;
4949

5050
CharT arr[4];
51-
51+
5252
std::span<CharT> sp{arr};
5353
assert(sp.data() == arr);
5454
assert(!sp.empty());

0 commit comments

Comments
 (0)