aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-10 16:43:50 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-10 16:43:54 +0000
commitb8bba2380dc9c29c13d8d9d9b545b156c4269031 (patch)
tree5213c9cb685dc4b9832ff9045ca78d147accdd20
parent20e7835d7509c652d011646e463cddbba2d9f4c9 (diff)
downloadbitflags-b8bba2380dc9c29c13d8d9d9b545b156c4269031.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: I9a157c48315c4b01e735c309ff0b015a91b386f7 Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING8
1 files changed, 0 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c3fc666..4c07fed 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,17 +2,9 @@
{
"presubmit": [
{
- "host": true,
- "name": "bitflags_host_test_src_lib"
- },
- {
"name": "bitflags_device_test_src_lib"
},
{
- "host": true,
- "name": "libsqlite3-sys_host_test_src_lib"
- },
- {
"name": "libsqlite3-sys_device_test_src_lib"
}
]