diff options
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 |
commit | 49cda06d5bf003f588ba7839bbf89d606237dfa7 (patch) | |
tree | bc97607c6ae33a69ebdea2346c781f7ac238c9e3 /compiler/driver/compiler_driver_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/driver/compiler_driver_test.cc')
-rw-r--r-- | compiler/driver/compiler_driver_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index 42ff1e748a..17854fd61a 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -325,7 +325,7 @@ TEST_F(CompilerDriverProfileTest, ProfileGuidedCompilation) { class CompilerDriverVerifyTest : public CompilerDriverTest { protected: CompilerFilter::Filter GetCompilerFilter() const OVERRIDE { - return CompilerFilter::kVerifyProfile; + return CompilerFilter::kVerify; } void CheckVerifiedClass(jobject class_loader, const std::string& clazz) const { |