From dbca72fb01f5600de3648a16198001d3c085d2ff Mon Sep 17 00:00:00 2001 From: vjpai Date: Thu, 11 Feb 2016 00:18:16 -0800 Subject: [PATCH] init test --- test/cpp/common/alarm_cpp_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/common/alarm_cpp_test.cc b/test/cpp/common/alarm_cpp_test.cc index 99c9a80297f03..4745ef14ec789 100644 --- a/test/cpp/common/alarm_cpp_test.cc +++ b/test/cpp/common/alarm_cpp_test.cc @@ -75,6 +75,7 @@ TEST(AlarmTest, Cancellation) { } // namespace grpc int main(int argc, char** argv) { + grpc_test_init(argc, argv); ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }