test: ds: update to use new object system
This commit is contained in:
@@ -26,7 +26,7 @@ int main(void)
|
||||
b_string_get_capacity(str));
|
||||
printf("-------------\n");
|
||||
|
||||
b_string_release(str);
|
||||
b_string_unref(str);
|
||||
|
||||
b_stringstream strv;
|
||||
b_stringstream_begin_dynamic(&strv);
|
||||
|
||||
Reference in New Issue
Block a user