aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/test_containers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_containers.c b/src/test/test_containers.c
index 9a306ad79..45898df4e 100644
--- a/src/test/test_containers.c
+++ b/src/test/test_containers.c
@@ -229,7 +229,7 @@ test_container_smartlist_strings(void)
test_eq(f, 0);
/* Test trivial cases for list of length 0 or 1 */
- tmp = smartlist_create();
+ tmp = smartlist_new();
test_eq(0, smartlist_bsearch_idx(tmp, "foo",
compare_strs_for_bsearch_, &f));
test_eq(f, 0);