aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 16:50:12 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 16:50:14 +0000
commitde342a0abfcbee157f77a89d5b342e862a18016f (patch)
tree6afc972cb064cf2e0b40b068bf40da3b6dac5f84
parent79ec7f1ff9ee4c3b2fb55cfebe56434a7dd949fb (diff)
downloadheck-de342a0abfcbee157f77a89d5b342e862a18016f.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: I02478087749ebb399bdd259595cdc157d7a80b8c 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 10744a3..60b40b7 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,10 +2,6 @@
{
"presubmit": [
{
- "host": true,
- "name": "heck_host_test_src_lib"
- },
- {
"name": "heck_device_test_src_lib"
}
]