Skip to content

Commit eabd318

Browse files
committed
delete unused test main
1 parent cc29a88 commit eabd318

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/cpp/common/timer_test.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,3 @@ TEST_F(TimerTest, DISABLED_CancelNextTimer) {
224224
grpc_timer_cancel(&timers[0]);
225225
gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100));
226226
}
227-
228-
int main(int argc, char** argv) {
229-
grpc::testing::TestEnvironment env(argc, argv);
230-
::testing::InitGoogleTest(&argc, argv);
231-
return RUN_ALL_TESTS();
232-
}

0 commit comments

Comments
 (0)