summaryrefslogtreecommitdiff
path: root/tests/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vector.c')
-rw-r--r--tests/vector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vector.c b/tests/vector.c
index 72d796e..3a13cda 100644
--- a/tests/vector.c
+++ b/tests/vector.c
@@ -152,6 +152,7 @@ test_vector_free(void) {
assert(v != NULL);
vector_free(&v);
+ assert(v == NULL);
test_ok();
}