Skip to content

Commit 1aa41f5

Browse files
committed
add empty line for test
1 parent e73c958 commit 1aa41f5

File tree

1 file changed

+1
-0
lines changed
  • libcxx/test/libcxx/ranges/range.utility/range.utility.conv

1 file changed

+1
-0
lines changed

libcxx/test/libcxx/ranges/range.utility/range.utility.conv/to.verify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ void test() {
6868
R{}); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
6969
(void)(R{} | std::ranges::to<
7070
color>()); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
71+
7172
}

0 commit comments

Comments
 (0)