test: avoid using a moved from vector

This commit is contained in:
Michele Caini
2023-12-15 16:46:00 +01:00
parent 937ed81fa2
commit fa0add3c02

View File

@@ -64,7 +64,6 @@ TEST(CompressedPair, PiecewiseConstruct) {
ASSERT_EQ(pair.first().size(), 1u);
ASSERT_EQ(pair.second(), sizeof(empty));
ASSERT_EQ(vec.size(), 0u);
}
TEST(CompressedPair, DeductionGuide) {