Build on osx
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user