aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-25 14:01:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-25 14:01:17 -0400
commit427cc44196630bde3d94ecec09fe4c88f085ab61 (patch)
tree1bd823ce0d1f56298ec0373afc79af20865ac1ad /src/stdlib
parent72c30941bfc504f4ef03863db2bc59eadc707ae0 (diff)
Change capitalization
Diffstat (limited to 'src/stdlib')
-rw-r--r--src/stdlib/stdlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/stdlib.c b/src/stdlib/stdlib.c
index e456d831..ae61bd0c 100644
--- a/src/stdlib/stdlib.c
+++ b/src/stdlib/stdlib.c
@@ -622,8 +622,8 @@ public void test_value(const void *expr, const TypeInfo_t *type, const char *exp
print_stack_trace(stderr, 2, 4);
fprintf(stderr,
USE_COLOR
- ? "\n\x1b[31;7m ==================== TEST FAILED ==================== \x1b[0;1m\n\nYou Expected: \x1b[36;1m%s\x1b[0m\n\x1b[1m But I Got:\x1b[m %k\n\n"
- : "\n==================== TEST FAILED ====================\n\nYou Expected: %s\n But I Got: %k\n\n",
+ ? "\n\x1b[31;7m ==================== TEST FAILED ==================== \x1b[0;1m\n\nYou expected: \x1b[36;1m%s\x1b[0m\n\x1b[1m But I got:\x1b[m %k\n\n"
+ : "\n==================== TEST FAILED ====================\n\nYou expected: %s\n But I got: %k\n\n",
expected, &expr_text);
fflush(stderr);