Rename Tester

This commit is contained in:
2026-06-26 15:53:08 +01:00
parent cdca775681
commit 28f95b1d41
34 changed files with 479 additions and 479 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include "test_str8_array.h"
TestFuncResult test_str8_array(void) {
WpTestFuncResult test_str8_array(void) {
b8 result;
Str8 expected[] = {wapp_str8_lit("Hello"), wapp_str8_lit("Hi"), wapp_str8_lit("Bye")};
@@ -26,5 +26,5 @@ TestFuncResult test_str8_array(void) {
running = index < count;
}
return wapp_tester_result(result);
return wpTesterResult(result);
}