diff --git a/tests/cases/test_value.c b/tests/cases/test_value.c index ab30621..ba786c9 100644 --- a/tests/cases/test_value.c +++ b/tests/cases/test_value.c @@ -243,6 +243,5 @@ int main() { total += res; } - printf(TOY_CC_NOTICE "All good\n" TOY_CC_RESET); - return 0; + return total; }