Skip to content

Commit 336bfe4

Browse files
Update testing.c
1 parent c67cb13 commit 336bfe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/logic/testing.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -817,9 +817,9 @@ void fossil_test_run_case(fossil_test_case_t *test_case, fossil_test_env_t *env)
817817
clock_t end_iter = clock();
818818
test_case->execution_time = (double)(end_iter - start_iter) / CLOCKS_PER_SEC;
819819

820-
if (_ASSERT_COUNT == 0) {
821-
printf(FOSSIL_TEST_COLOR_YELLOW "WARNING: %s contains no assertions\n" FOSSIL_TEST_COLOR_RESET, test_case->name);
822-
}
820+
// if (_ASSERT_COUNT == 0) {
821+
// printf(FOSSIL_TEST_COLOR_YELLOW "WARNING: %s contains no assertions\n" FOSSIL_TEST_COLOR_RESET, test_case->name);
822+
// }
823823

824824
fossil_fossil_test_case_teardown(test_case);
825825

0 commit comments

Comments
 (0)