Skip to content

Commit 634fa55

Browse files
Update test.c
1 parent ce4c82b commit 634fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ char *fossil_pizza_format_ns(uint64_t ns) {
286286
return buffer;
287287
}
288288

289-
void fossil_pizza_show_cases(const fossil_pizza_case_t* test_case, const fossil_pizza_case_t* test_case, const fossil_pizza_engine_t* engine) {
289+
void fossil_pizza_show_cases(const fossil_pizza_suite_t* suite, const fossil_pizza_case_t* test_case, const fossil_pizza_engine_t* engine) {
290290
if (!test_case) return;
291291

292292
// Determine mode (list, tree, graph), default to list

0 commit comments

Comments
 (0)