Skip to content

Commit dcdaf4e

Browse files
committed
ci
1 parent de6797e commit dcdaf4e

File tree

1 file changed

+0
-2
lines changed
  • libcxx/test/std/containers/container.adaptors/flat.map/flat.map.cons

1 file changed

+0
-2
lines changed

libcxx/test/std/containers/container.adaptors/flat.map/flat.map.cons/range.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,8 @@ constexpr bool test() {
284284
}
285285

286286
test<std::vector<int>, std::vector<int>>();
287-
test<std::vector<int>, std::vector<double>>();
288287
test<MinSequenceContainer<int>, MinSequenceContainer<double>>();
289288
test<std::vector<int, min_allocator<int>>, std::vector<double, min_allocator<double>>>();
290-
test<std::vector<int, min_allocator<int>>, std::vector<int, min_allocator<int>>>();
291289

292290
test_alloc<std::vector, std::vector>();
293291

0 commit comments

Comments
 (0)