Skip to content

Commit 5448182

Browse files
remove check assertions
1 parent 6c587ad commit 5448182

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "test_macros.h"
1414
#include "test_iterators.h"
15-
#include "check_assertion.h"
1615
#include "../types.h"
1716

1817
int globalBuff[8] = {0, 1, 2, 3, 4, 5, 6, 7};

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <concepts>
1717
#include <type_traits>
1818
#include <utility>
19-
#include "check_assertion.h"
2019
#include "test_iterators.h"
2120
#include "test_macros.h"
2221
#include "../types.h"

0 commit comments

Comments
 (0)