Build on osx

This commit is contained in:
Nils O. Selåsdal
2025-07-16 00:50:07 +02:00
parent c0d46d31fb
commit 6d7b80a6d2
5 changed files with 52 additions and 45 deletions
+2 -2
View File
@@ -136,6 +136,7 @@ START_TEST (test_strv_append_all_nocopy)
END_TEST
START_TEST (test_strv_reverse)
{
struct UCStrv strv;
uc_strv_init(&strv);
@@ -170,8 +171,7 @@ START_TEST (test_strv_reverse)
ck_assert_str_eq("string1", strv.strings[2]);
uc_strv_destroy(&strv);
}
END_TEST
Suite *strv_suite(void)