aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
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);