summaryrefslogtreecommitdiff
path: root/test/test_vector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vector.cpp')
-rw-r--r--test/test_vector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_vector.cpp b/test/test_vector.cpp
index 3f4e584..ba15085 100644
--- a/test/test_vector.cpp
+++ b/test/test_vector.cpp
@@ -188,6 +188,7 @@ TEST(VectorTest, NestedVector)
// Result<Vector<Vector<FallibleObject>>, FudStatus>
}
+/*
TEST(VectorTest, WithElements)
{
auto vectorResult{Vector<int>::from(NullOpt, 1, 2, 3, 42, -100)};
@@ -200,5 +201,6 @@ TEST(VectorTest, WithElements)
ASSERT_EQ(intVector[3], 42);
ASSERT_EQ(intVector[4], -100);
}
+*/
} // namespace fud