Skip to content

Commit 68dc7a8

Browse files
update tests
1 parent 26e4fa3 commit 68dc7a8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

libcxx/test/std/ranges/range.adaptors/range.concat/adaptor.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ constexpr bool test() {
7878

7979
int main(int, char**) {
8080
test();
81-
static_assert(test());
8281

8382
return 0;
8483
}

libcxx/test/std/ranges/range.adaptors/range.concat/end.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ constexpr bool test() {
9191

9292
int main(int, char**) {
9393
test();
94-
static_assert(test());
9594

9695
return 0;
9796
}

libcxx/test/std/ranges/range.adaptors/range.concat/iterator/compare.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,5 @@ constexpr bool tests() {
7171

7272
int main(int, char**) {
7373
tests();
74-
static_assert(tests());
7574
return 0;
7675
}

0 commit comments

Comments
 (0)