Merge pull request #2894 from grpc/blast-from-the-past

Removed "<:" bigram confusing gcc 4.4
pull/2897/head
Vijay Pai 10 years ago
commit b4b920486e
  1. 2
      test/cpp/end2end/end2end_test.cc

@ -117,7 +117,7 @@ class Proxy : public ::grpc::cpp::test::util::TestService::Service {
}
private:
std::unique_ptr<::grpc::cpp::test::util::TestService::Stub> stub_;
std::unique_ptr< ::grpc::cpp::test::util::TestService::Stub> stub_;
};
class TestServiceImpl : public ::grpc::cpp::test::util::TestService::Service {

Loading…
Cancel
Save