Skip to content

Commit 4fef555

Browse files
committed
cleanup freestanding test
1 parent 0cc0451 commit 4fef555

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/beman/inplace_vector/freestanding.test.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ template <typename Param> class Freestanding : public IVBasicTest<Param> {};
99
TYPED_TEST_SUITE(Freestanding, IVAllTypes);
1010

1111
TYPED_TEST(Freestanding, alltypes) {
12-
13-
#if !BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED()
14-
15-
GTEST_SKIP() << "Not applicable";
16-
17-
#else
18-
1912
using IV = TestFixture::IV;
2013
using T = TestFixture::T;
2114
using size_type = IV::size_type;
@@ -37,7 +30,5 @@ TYPED_TEST(Freestanding, alltypes) {
3730
static_assert(!requires(IV vec, size_type t) { vec.reserve(t); });
3831

3932
// TODO make sure all of the freestanding-delete functions are deleted
40-
41-
#endif
4233
}
4334
} // namespace

0 commit comments

Comments
 (0)