aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_vec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_vec.c b/tests/test_vec.c
index 4aafc72..7889140 100644
--- a/tests/test_vec.c
+++ b/tests/test_vec.c
@@ -11,7 +11,7 @@ int main() {
for (int i = 0; i < 1000; i++) {
if (i == 10) {
- IntVector_show(&vec, stdout);
+ IntVector_show(vec, stdout);
puts("");
}
assert(vec.size == i);