diff options
author | 2023-02-17 19:19:01 +0000 | |
---|---|---|
committer | 2023-02-17 19:19:01 +0000 | |
commit | 94ce5bc05cd61126e69bfaa61ae717c82c8f57d4 (patch) | |
tree | 5f1a804ebd56a43a7518d2b6cdc555bea058e6e6 | |
parent | 550867849706f24c5803597e41b8f390fefbe8a7 (diff) |
Remove test mapping file for ImmutabilityAnnotationProcessorUnitTests
The test is already covered in host_unit_tests
Bug: 265439335
Test: none
Change-Id: Ie9ba5591475ae9382d4ce6d418ddb580a60aa007
-rw-r--r-- | tools/processors/immutability/TEST_MAPPING | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/processors/immutability/TEST_MAPPING b/tools/processors/immutability/TEST_MAPPING deleted file mode 100644 index 4e8e2386ad8d..000000000000 --- a/tools/processors/immutability/TEST_MAPPING +++ /dev/null @@ -1,7 +0,0 @@ -{ - "presubmit": [ - { - "name": "ImmutabilityAnnotationProcessorUnitTests" - } - ] -} |