diff options
author | Yang Gao <yangg@google.com> | 2015-01-15 23:07:04 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-01-15 23:07:04 -0800 |
commit | 0aa22c3ce1e17b4c96cac35b0a2420604578534f (patch) | |
tree | 10417909fb90c1fcd97a0c5312e169f31831ddf3 /test/core/support/time_test.c | |
parent | d7c16868a5543e6248420e378344e17f3abc0361 (diff) | |
parent | 7f06f9eb85174c1a6fc27106379b8d1a190543b0 (diff) |
Merge pull request #81 from ctiller/update
Merge master into branch
Diffstat (limited to 'test/core/support/time_test.c')
-rw-r--r-- | test/core/support/time_test.c | 2 |
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)); |