Fix presubmits errors introduced by wrong flags

The flags for the cc_shared_library tests were not correct.

RELNOTES:none
PiperOrigin-RevId: 407824952
Change-Id: Ibd66ca918b0ea75587f5807742f63bb23267602b
This commit is contained in:
Googler 2021-11-05 08:10:25 -07:00 committed by Copybara-Service
parent 2dd5f22e0d
commit 22532c5379
1 changed files with 4 additions and 4 deletions

View File

@ -52,13 +52,13 @@ tasks:
- "//examples/test_cc_shared_library/diamond_inheritance/..."
build_flags:
- "--experimental_cc_shared_library"
- "--//examples:incompatible_link_once=True"
- "--//examples:enable_permissions_check=True"
- "--experimental_link_static_libraries_once"
- "--experimental_enable_target_export_check"
test_flags:
- "--test_timeout=120"
- "--experimental_cc_shared_library"
- "--//examples:incompatible_link_once=True"
- "--//examples:enable_permissions_check=True"
- "--experimental_link_static_libraries_once"
- "--experimental_enable_target_export_check"
test_targets:
- "//examples/test_cc_shared_library/..."
- "//examples/test_cc_shared_library/diamond_inheritance/..."