mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 15:56:21 +00:00
Refactored testsuite for less verbose output
This commit is contained in:
@@ -46,7 +46,7 @@ void replace_two_substr(void **state)
|
||||
|
||||
char *result = str_replace(string, sub, new);
|
||||
|
||||
assert_string_equal("it was a was string", result);
|
||||
assert_string_equal("it was a was string ssss", result);
|
||||
}
|
||||
|
||||
void replace_char(void **state)
|
||||
|
||||
Reference in New Issue
Block a user