aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-10 21:03:00 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-10 21:03:03 +0000
commit97e81407042aa134698b2700289c6e6cd55372e6 (patch)
treeabb743b914379c55eb43ad1b64480a5c9b8c1409
parent56ff62a9c82cfb122ae9d911af75ea43add3643a (diff)
downloadrand_xorshift-97e81407042aa134698b2700289c6e6cd55372e6.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: Iffafb40ebd3a86556c6fc046c8dcc1c11b7cff20 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 a139c44..c30a7b6 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,17 +2,9 @@
{
"presubmit": [
{
- "host": true,
- "name": "rand_xorshift_host_test_src_lib"
- },
- {
"name": "rand_xorshift_device_test_src_lib"
},
{
- "host": true,
- "name": "rand_xorshift_host_test_tests_mod"
- },
- {
"name": "rand_xorshift_device_test_tests_mod"
}
]