summaryrefslogtreecommitdiff
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-04-21 13:08:25 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2017-04-21 13:25:15 +0100
commit49cda06d5bf003f588ba7839bbf89d606237dfa7 (patch)
treebc97607c6ae33a69ebdea2346c781f7ac238c9e3 /compiler/oat_test.cc
parentaa03f6fa38da0166790f2b22b679e6568ad56f7d (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.cc2
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;