From 8dcbba1a1a04aba3ead915922341af8dc401577d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Aug 2021 12:42:45 -0300 Subject: src/lib.c: Tweak test_start() name --- src/lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.c') diff --git a/src/lib.c b/src/lib.c index 3c017d8..0cee8f8 100644 --- a/src/lib.c +++ b/src/lib.c @@ -781,7 +781,7 @@ static size_t max(const size_t size1, const size_t size2) { #ifdef TEST static void test_max(void) { - test_start("max()"); + test_start("max"); { testing("equal values"); assert(max(1, 1) == 1); -- cgit v1.2.3