This commit is contained in:
Edward Thomson
2026-01-24 14:16:25 +00:00
parent 38500804f5
commit b69ff2b776

3
deps/clar/clar.c vendored
View File

@@ -344,7 +344,8 @@ clar_run_test(
const struct clar_func *reset,
const struct clar_func *cleanup)
{
int runs = test->runs, i = 0;
int runs = test->runs;
volatile int i = 0;
_clar.last_report->start = time(NULL);
_clar.last_report->times = &_clar.last_report->time_mean;