Update str8 printf spec
Release / release (push) Successful in 4s

This commit is contained in:
Abdelrahman Said
2026-09-16 21:34:56 +01:00
parent 605c1ddfae
commit 9029e21a4f
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ wp_intern void handleTestResult(WpTestFuncResult result) {
printf("[");
wpShellTermcolourPrintText(&result_text, colour);
wpShellTermcolourClearColour();
printf("] " WP_STR8_SPEC "\n", wpStr8Varg(result.name));
printf("] %" WP_STR8_SPEC "\n", wpStr8Varg(result.name));
if (!result.passed) {
exit(EXIT_FAILURE);