commit | fadb215b8ae24c2b0051c89e2925c997ef576744 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Thu Nov 05 17:29:38 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 05 17:29:38 2020 +0000 |
tree | 1b1dcb44ae710c9eb2fbae6fcf6a6898776d07d3 | |
parent | 601b1c60af865c8cf184bd61ce4138f28512d24b [diff] | |
parent | f5c6717bdc25232cceef233b011a5be4b9e62fff [diff] |
TEST_MAPPING: test dependers of this crate am: 8137032c72 am: 16a08ba5c4 am: f5c6717bdc Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/proc-macro-nested/+/1488897 Change-Id: Ie54ac7f49439623558bf679b71068e8b15713392
diff --git a/TEST_MAPPING b/TEST_MAPPING index 67e9618..68b0dec 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING
@@ -2,11 +2,18 @@ { "presubmit": [ { - "name": "proc-macro-nested_host_test_src_lib", - "host": true + "host": true, + "name": "proc-macro-nested_host_test_src_lib" }, { "name": "proc-macro-nested_device_test_src_lib" + }, + { + "host": true, + "name": "futures-util_host_test_src_lib" + }, + { + "name": "futures-util_device_test_src_lib" } ] }