aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-11 04:26:53 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-11 04:26:55 +0000
commit28312b56b06ecb70be34f478dfd2dc08fd1cac60 (patch)
tree75b8214ca787b4cbe92e17c32190155abb65fed7
parent9f190431da743694557d54b0ba3721295a1106d2 (diff)
downloadpin-utils-28312b56b06ecb70be34f478dfd2dc08fd1cac60.tar.gz
Clean up rust_test_host TEST_MAPPING after default update
After b/177689340, rust_test_host doesn't need TEST_MAPPING config anymore to run in presubmit. Change-Id: Iadfad859dbc196632dce7b12fc0914b5e47c84ac Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING16
1 files changed, 0 insertions, 16 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 222b65e..c19c652 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,31 +2,15 @@
{
"presubmit": [
{
- "host": true,
- "name": "pin-utils_host_test_src_lib"
- },
- {
"name": "pin-utils_device_test_src_lib"
},
{
- "host": true,
- "name": "pin-utils_host_test_tests_projection"
- },
- {
"name": "pin-utils_device_test_tests_projection"
},
{
- "host": true,
- "name": "pin-utils_host_test_tests_stack_pin"
- },
- {
"name": "pin-utils_device_test_tests_stack_pin"
},
{
- "host": true,
- "name": "futures-util_host_test_src_lib"
- },
- {
"name": "futures-util_device_test_src_lib"
}
]