aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 16:59:43 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 16:59:46 +0000
commit83bfeaf233d73f2912fc889f4d849c6329127441 (patch)
treef851f15e986405a314777609e918a0f27f89dab8
parentb857069d327bd68e45e488651c4a4231ceb61a57 (diff)
downloadproc-macro-hack-83bfeaf233d73f2912fc889f4d849c6329127441.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: Iba2be9820355eb43961ac6f29b1b12b8226984cb 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"
}
]