Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713870442
  • Loading branch information
mkruskal-google authored and copybara-github committed Jan 10, 2025
1 parent e9fa879 commit c2df2c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/google/protobuf/compiler/cpp/bootstrap_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ TEST(BootstrapTest, GeneratedFilesMatch) {
// of the data to compare to.
absl::flat_hash_map<absl::string_view, std::string> vpath_map;
absl::flat_hash_map<absl::string_view, std::string> rpath_map;
rpath_map["google/protobuf/test_messages_proto2"] =
"net/proto2/z_generated_example/test_messages_proto2";
rpath_map["google/protobuf/test_messages_proto3"] =
"net/proto2/z_generated_example/test_messages_proto3";
rpath_map["net/proto2/internal/proto2_weak"] =
"net/proto2/z_generated_example/proto2_weak";

DiskSourceTree source_tree;
source_tree.MapPath("", TestUtil::TestSourceDir());
Expand Down

0 comments on commit c2df2c9

Please sign in to comment.