aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-10 02:56:23 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-10 02:56:28 +0000
commitb92a85ff64e5b2ab6d4404938dc69d2939077e06 (patch)
treeb9afb2a5115108c562435725ef03312913505861
parenta9736bda492b937973326a346cdefa66b54ebc1c (diff)
downloadbencher-b92a85ff64e5b2ab6d4404938dc69d2939077e06.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: I0cb8366f29372855a61809e754d30a9eea433839 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 c2be43e..689a71b 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,10 +2,6 @@
{
"presubmit": [
{
- "host": true,
- "name": "bencher_host_test_lib"
- },
- {
"name": "bencher_device_test_lib"
}
]