mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-30 16:33:57 +00:00
Actually enable new test for const RangeAdapter. Missing from r278991
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a15af3d32
commit
0f699212af
@ -99,7 +99,8 @@ TYPED_TEST(RangeAdapterLValueTest, TrivialOperation) {
|
||||
template <typename T> struct RangeAdapterRValueTest : testing::Test {};
|
||||
|
||||
typedef ::testing::Types<std::vector<int>, std::list<int>, ReverseOnlyVector,
|
||||
BidirectionalVector> RangeAdapterRValueTestTypes;
|
||||
BidirectionalVector,
|
||||
BidirectionalVectorConsts> RangeAdapterRValueTestTypes;
|
||||
TYPED_TEST_CASE(RangeAdapterRValueTest, RangeAdapterRValueTestTypes);
|
||||
|
||||
TYPED_TEST(RangeAdapterRValueTest, TrivialOperation) {
|
||||
|
Loading…
Reference in New Issue
Block a user