Skip to content

Commit

Permalink
Test case renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim2266 committed Aug 15, 2022
1 parent 9882616 commit 5d9e460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions str_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void test_str_lit(void)
}

static
void test_str_dup(void)
void test_str_cpy(void)
{
str s = str_null;

Expand Down Expand Up @@ -872,7 +872,7 @@ int main(void)
{
// tests
test_str_lit();
test_str_dup();
test_str_cpy();
test_str_clear();
test_str_move();
test_str_pass();
Expand Down

0 comments on commit 5d9e460

Please sign in to comment.