From 49cda06d5bf003f588ba7839bbf89d606237dfa7 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 21 Apr 2017 13:08:25 +0100 Subject: Rename and obsolete compiler filter names. ART side of the change. bug:34715556 test: test-art-host, jdwp, libcore Change-Id: I3a73ae4af2d602431150c8ecfceaddb9ba519cee --- compiler/driver/compiler_driver_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver_test.cc') 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 { -- cgit v1.2.3-59-g8ed1b