From 711f816b22c09fc9fb0947c041e6a95a933930d4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 6 Sep 2019 09:45:37 +0000 Subject: Adapt to better stopwatch API --- src/tests/test-switch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tests/test-switch.c') diff --git a/src/tests/test-switch.c b/src/tests/test-switch.c index 51d76ad..937ec03 100644 --- a/src/tests/test-switch.c +++ b/src/tests/test-switch.c @@ -20,8 +20,7 @@ int main (void) genalloc ga = GENALLOC_ZERO ; tain_t deadline ; PROG = "test-switch" ; - tain_now_set_stopwatch() ; - tain_now_g() ; + tain_now_set_stopwatch_g() ; tain_from_millisecs(&deadline, 10000) ; tain_add_g(&deadline, &deadline) ; -- cgit v1.3.1