Removed is_handling_requests

This commit is contained in:
yhirose 2018-04-17 13:06:35 -04:00
parent 84e31bdfd4
commit bc051219f9
2 changed files with 0 additions and 3 deletions

View file

@ -365,7 +365,6 @@ protected:
virtual void TearDown() {
svr_.stop();
t_.join();
EXPECT_EQ(false, svr_.is_handling_requests());
}
map<string, string> persons_;