Compare commits
1 Commits
fix/test-C
...
dc9aed00a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
dc9aed00a6
|
@@ -12,7 +12,7 @@ replace_one_substr(void** state)
|
||||
|
||||
char* result = str_replace(string, sub, new);
|
||||
|
||||
assert_string_equal("it was a string", result);
|
||||
assert_string_equal("INTENTIONAL FAILURE", result);
|
||||
|
||||
free(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user