Skip to content

Commit e35e6c8

Browse files
committed
Fix eloop test
1 parent 3b187a7 commit e35e6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/eloop-bench/eloop-bench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ runone(struct timespec *t)
108108

109109
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
110110
err(EXIT_FAILURE, "clock_gettime");
111-
result = eloop_start(e, NULL);
111+
result = eloop_start(e);
112112
if (clock_gettime(CLOCK_MONOTONIC, &te) == -1)
113113
err(EXIT_FAILURE, "clock_gettime");
114114

0 commit comments

Comments
 (0)