Skip to content

Commit b2373bb

Browse files
committed
remove headers from test
1 parent 9092382 commit b2373bb

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

libcxx/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/swap_exception.pass.cpp

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

2626
#include "test_macros.h"
2727
#include "../helpers.h"
28-
#include "check_assertion.h"
2928

3029
template <class F>
3130
void test_swap_exception_guarantee([[maybe_unused]] F&& swap_function) {

libcxx/test/std/containers/container.adaptors/flat.multimap/flat.multimap.modifiers/swap_exception.pass.cpp

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

2828
#include "test_macros.h"
2929
#include "../helpers.h"
30-
#include "check_assertion.h"
3130

3231
template <class F>
3332
void test_swap_exception_guarantee([[maybe_unused]] F&& swap_function) {

libcxx/test/std/containers/container.adaptors/flat.multiset/flat.multiset.modifiers/swap_exception.pass.cpp

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

2626
#include "test_macros.h"
2727
#include "../helpers.h"
28-
#include "check_assertion.h"
2928

3029
template <class F>
3130
void test_swap_exception_guarantee([[maybe_unused]] F&& swap_function) {

libcxx/test/std/containers/container.adaptors/flat.set/flat.set.modifiers/swap_exception.pass.cpp

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

2626
#include "test_macros.h"
2727
#include "../helpers.h"
28-
#include "check_assertion.h"
2928

3029
template <class F>
3130
void test_swap_exception_guarantee([[maybe_unused]] F&& swap_function) {

0 commit comments

Comments
 (0)