Internal change

PiperOrigin-RevId: 576133829
pull/14513/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 4d92106451
commit a14f29e40a
  1. 8
      rust/test/shared/BUILD

@ -257,11 +257,19 @@ rust_test(
rust_test(
name = "simple_nested_cpp_test",
srcs = ["simple_nested_test.rs"],
tags = [
# TODO: Enable testing on arm once we support sanitizers for Rust on Arm.
"not_build:arm",
],
deps = ["//rust/test:nested_cc_rust_proto"],
)
rust_test(
name = "simple_nested_upb_test",
srcs = ["simple_nested_test.rs"],
tags = [
# TODO: Enable testing on arm once we support sanitizers for Rust on Arm.
"not_build:arm",
],
deps = ["//rust/test:nested_upb_rust_proto"],
)

Loading…
Cancel
Save