Skip to content

Commit

Permalink
Test force_split for repeated_field_reflection_unittest.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592453467
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 20, 2023
1 parent 1db9465 commit 6bfd632
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 682 deletions.
6 changes: 5 additions & 1 deletion src/google/protobuf/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,7 @@ cc_library(
"map_test_util.inc",
"message_unittest.inc",
"reflection_tester.h",
"repeated_field_reflection_unittest.inc",
"test_util.h",
"test_util.inc",
"test_util_lite.h",
Expand Down Expand Up @@ -1377,7 +1378,10 @@ cc_test(

cc_test(
name = "repeated_field_reflection_unittest",
srcs = ["repeated_field_reflection_unittest.cc"],
srcs = [
"repeated_field_reflection_unittest.cc",
"repeated_field_reflection_unittest.inc",
],
copts = COPTS + select({
"//build_defs:config_msvc": [],
"//conditions:default": [
Expand Down
Loading

0 comments on commit 6bfd632

Please sign in to comment.