diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-04 22:02:47 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-04 22:02:47 +0000 |
commit | 62800f789cd407805c24850df23ef45939d20d16 (patch) | |
tree | c3cbe2c8615e4c8a731d364042b9a11bf02e408b /test/cpp | |
parent | bc7c224cac5cebc7b8cef0c6b14151f237eef8dd (diff) | |
parent | f31a80eac3fc507060f33c651bb13a6c3eaffab7 (diff) |
Merge github.com:grpc/grpc into timer_pool
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/codegen/compiler_test_golden | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cpp/codegen/compiler_test_golden b/test/cpp/codegen/compiler_test_golden index 8e3ae32a49..eb12d371ea 100644 --- a/test/cpp/codegen/compiler_test_golden +++ b/test/cpp/codegen/compiler_test_golden @@ -69,6 +69,9 @@ namespace testing { // ServiceA leading comment 1 class ServiceA final { public: + static constexpr char const* service_full_name() { + return "grpc.testing.ServiceA"; + } class StubInterface { public: virtual ~StubInterface() {} @@ -373,6 +376,9 @@ class ServiceA final { // ServiceB leading comment 1 class ServiceB final { public: + static constexpr char const* service_full_name() { + return "grpc.testing.ServiceB"; + } class StubInterface { public: virtual ~StubInterface() {} |