From c2da2a8e47a49c084d4b274090ec3e91af7726fa Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 15 Dec 2025 08:28:25 +0000 Subject: [PATCH] fix expected output of strcpy test --- tests/expected/bins_static/string/strcpy.stdout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/expected/bins_static/string/strcpy.stdout b/tests/expected/bins_static/string/strcpy.stdout index 0152da433f..f08e831ac1 100644 --- a/tests/expected/bins_static/string/strcpy.stdout +++ b/tests/expected/bins_static/string/strcpy.stdout @@ -4,4 +4,4 @@ strncpy shaaaaaaaaa strlcpy works! copied 14 strlcpy works! and strlcat! -copied 13 +copied 27