aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 21:09:59 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 21:10:02 +0000
commitf706f8b82f076a8210c8097bfdcb575c6205a36d (patch)
tree1e5c4afb87741351207fbb77e2e68f489670f8bc
parente135aa3c442e281ce8bda885637f6681ea0acf83 (diff)
downloadproc-macro-error-f706f8b82f076a8210c8097bfdcb575c6205a36d.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: I8082303e9a862b8358f4bde5910200537ffb504d Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING9
1 files changed, 0 insertions, 9 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 1e756de..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "structopt-derive_host_test_src_lib"
- }
- ]
-}