summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2022-09-27 11:24:07 +0200
committer VladimĂ­r Marko <vmarko@google.com> 2022-09-28 07:19:04 +0000
commit51d4445f215d4a301fc72ba7a79e9ca8532b525b (patch)
treed67db44aa0b2cc26255b7ca1b80117c551ebe193 /build/apex/art_apex_test.py
parente6e6bee183bf69cf313a3b942a84cd18cbaae31c (diff)
Move ReflectionTest.StaticMainMethod to compiler/.
And clean up some related code. Test: m test-art-host-gtest Test: atest art_standalone_runtime_tests Test: atest art_standalone_compiler_tests Test: atest ArtGtestsTargetChroot Change-Id: I6b60e553dad7111f6247fbd873cd46af11f00276
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 0ee79bf76b..3f98903244 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -692,7 +692,6 @@ class TestingTargetChecker:
self._checker.check_art_test_executable('art_oatdump_tests')
self._checker.check_art_test_executable('art_odrefresh_tests')
self._checker.check_art_test_executable('art_profman_tests')
- self._checker.check_art_test_executable('art_runtime_compiler_tests')
self._checker.check_art_test_executable('art_runtime_tests')
self._checker.check_art_test_executable('art_sigchain_tests')