mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
yo
This commit is contained in:
3
deps/clar/clar.c
vendored
3
deps/clar/clar.c
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user