Skip to content

Commit 9740ad0

Browse files
authored
correct format
1 parent aabcd20 commit 9740ad0

File tree

1 file changed

+2
-3
lines changed
  • libcxx/test/libcxx/ranges/range.utility/range.utility.conv

1 file changed

+2
-3
lines changed

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

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

0 commit comments

Comments
 (0)