Skip to content

Commit d844cf1

Browse files
committed
fixup! [libcxx][NFC] Consolidate testing concept CanBePiped
Directly import test_range.h in several places.
1 parent 73c1313 commit d844cf1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <cassert>
1616
#include <type_traits>
1717

18+
#include "test_range.h"
1819
#include "types.h"
1920

2021
struct MoveOnlyOuter : SimpleForwardCommonOuter<ForwardCommonInner> {

libcxx/test/std/ranges/range.adaptors/range.take.while/adaptor.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <type_traits>
1717
#include <utility>
1818

19+
#include "test_range.h"
1920
#include "types.h"
2021

2122
struct Pred {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <utility>
1919

2020
#include "test_macros.h"
21+
#include "test_range.h"
2122
#include "types.h"
2223

2324
struct NonCopyableFunction {

0 commit comments

Comments
 (0)