Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc |
index 77451ab1bff81b2377da93af2f661d98021e8630..deef290b39eaffec62d92bb08325bec796f0ad4a 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc |
+++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc |
@@ -99,7 +99,6 @@ class MockGeneratorContext : public GeneratorContext { |
&actual_contents, true)); |
EXPECT_TRUE(actual_contents == *expected_contents) |
<< physical_filename << " needs to be regenerated. Please run " |
- "google/protobuf/compiler/release_compiler.sh and " |
"generate_descriptor_proto.sh. Then add this file " |
"to your CL."; |
} |