diff options
Diffstat (limited to 'libs/kstd/tests/vector.cpp')
| -rw-r--r-- | libs/kstd/tests/vector.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/kstd/tests/vector.cpp b/libs/kstd/tests/vector.cpp deleted file mode 100644 index 3a45008..0000000 --- a/libs/kstd/tests/vector.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include <kstd/vector> - -#include <catch2/catch_test_macros.hpp> - -TEST_CASE("Creating an empty vector") -{ - kstd::vector<int> v; - REQUIRE(v.empty()); - REQUIRE(v.size() == 0); - REQUIRE(v.capacity() == 0); -} |
