mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
tests: remove placeholders for arguments
This commit is contained in:
parent
7f67b9c866
commit
be44991def
3 changed files with 0 additions and 10 deletions
2
t/str.c
2
t/str.c
|
|
@ -11,8 +11,6 @@
|
|||
static void
|
||||
test_str_starts_with(void **state)
|
||||
{
|
||||
(void)state;
|
||||
|
||||
assert_true(str_starts_with(" foo", 'f', " \t\r\n"));
|
||||
assert_true(str_starts_with("f", 'f', " \t\r\n"));
|
||||
assert_false(str_starts_with(" foo", '<', " "));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue