aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 17:01:22 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 17:01:24 +0000
commitec01bc83d1b6780ca097d8de43908ed4be296222 (patch)
treefab3ccd02528b84de00a71f92d4227371cf94641
parent48ec74af362ec119c3abf2e5545633bb6b9213ed (diff)
downloadpin-project-ec01bc83d1b6780ca097d8de43908ed4be296222.tar.gz
Clean up rust_test_host TEST_MAPPING after default updateandroid-s-preview-1
After b/177689340, rust_test_host doesn't need TEST_MAPPING config anymore to run in presubmit. Change-Id: I5dd9873b29fd330937131fa0a19d12221a97bf44 Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING4
1 files changed, 0 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 7d1919a..b518f2a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,10 +2,6 @@
{
"presubmit": [
{
- "host": true,
- "name": "futures-util_host_test_src_lib"
- },
- {
"name": "futures-util_device_test_src_lib"
}
]