commit | 8ac89b6be0a3333046889cb01101befcb5d42904 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <dmitrig@google.com> | Thu Jul 25 05:33:35 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 25 05:34:34 2024 -0700 |
tree | e88b3d2bfbe763848b055c073fab8afedb4ff9c4 | |
parent | b11faa4ea28f043b020c7782c13f5eb6ebc1ef84 [diff] |
Use the `supported` feature set in `non_extern_c` tests The `non_extern_c_functions` feature is now a part of the `supported` feature set. PiperOrigin-RevId: 655921418 Change-Id: I64673b30cf59f620864a8ccf091909a3861d3b0a
diff --git a/rs_bindings_from_cc/test/function/non_extern_c/BUILD b/rs_bindings_from_cc/test/function/non_extern_c/BUILD index c5c77e5..0f1d9f1 100644 --- a/rs_bindings_from_cc/test/function/non_extern_c/BUILD +++ b/rs_bindings_from_cc/test/function/non_extern_c/BUILD
@@ -9,7 +9,7 @@ name = "simple_functions", srcs = ["simple_functions.cc"], hdrs = ["simple_functions.h"], - aspect_hints = ["//features:non_extern_c_functions"], + aspect_hints = ["//features:supported"], ) crubit_rust_test(