Regenerating goldef test files.

pull/17797/head
Nicolas "Pixel" Noble 6 years ago
parent de332cfcee
commit 5d5e2a4b8f
  1. 5
      test/cpp/codegen/compiler_test_golden
  2. 2
      test/cpp/codegen/golden_file_test.cc

@ -40,9 +40,12 @@
#include <grpcpp/impl/codegen/stub_options.h> #include <grpcpp/impl/codegen/stub_options.h>
#include <grpcpp/impl/codegen/sync_stream.h> #include <grpcpp/impl/codegen/sync_stream.h>
namespace grpc_impl {
class Channel;
} // namespace grpc_impl
namespace grpc { namespace grpc {
class CompletionQueue; class CompletionQueue;
class Channel;
class ServerCompletionQueue; class ServerCompletionQueue;
class ServerContext; class ServerContext;
} // namespace grpc } // namespace grpc

@ -31,7 +31,7 @@ using namespace gflags;
DEFINE_string( DEFINE_string(
generated_file_path, "", generated_file_path, "",
"path to the directory containing generated files compiler_test.grpc.pb.h" "path to the directory containing generated files compiler_test.grpc.pb.h "
"and compiler_test_mock.grpc.pb.h"); "and compiler_test_mock.grpc.pb.h");
const char kGoldenFilePath[] = "test/cpp/codegen/compiler_test_golden"; const char kGoldenFilePath[] = "test/cpp/codegen/compiler_test_golden";

Loading…
Cancel
Save