aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/time_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/time_test.c')
-rw-r--r--test/core/support/time_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/time_test.c b/test/core/support/time_test.c
index d74d6a52d9..56f927787b 100644
--- a/test/core/support/time_test.c
+++ b/test/core/support/time_test.c
@@ -222,7 +222,7 @@ static void test_sticky_infinities(void) {
}
}
-static void test_similar() {
+static void test_similar(void) {
GPR_ASSERT(1 == gpr_time_similar(gpr_inf_future, gpr_inf_future, gpr_time_0));
GPR_ASSERT(1 == gpr_time_similar(gpr_inf_past, gpr_inf_past, gpr_time_0));
GPR_ASSERT(0 == gpr_time_similar(gpr_inf_past, gpr_inf_future, gpr_time_0));