diff options
author | 2017-04-21 13:08:25 +0100 | |
---|---|---|
committer | 2017-04-21 13:25:15 +0100 | |
commit | 49cda06d5bf003f588ba7839bbf89d606237dfa7 (patch) | |
tree | bc97607c6ae33a69ebdea2346c781f7ac238c9e3 /compiler/oat_test.cc | |
parent | aa03f6fa38da0166790f2b22b679e6568ad56f7d (diff) |
Rename and obsolete compiler filter names.
ART side of the change.
bug:34715556
test: test-art-host, jdwp, libcore
Change-Id: I3a73ae4af2d602431150c8ecfceaddb9ba519cee
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r-- | compiler/oat_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index ead41240c2..1578c0cd3e 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -519,7 +519,7 @@ TEST_F(OatTest, EmptyTextSection) { if (insn_set == kArm) insn_set = kThumb2; std::string error_msg; std::vector<std::string> compiler_options; - compiler_options.push_back("--compiler-filter=verify-at-runtime"); + compiler_options.push_back("--compiler-filter=extract"); SetupCompiler(compiler_kind, insn_set, compiler_options, /*out*/ &error_msg); jobject class_loader; |