diff options
author | 2015-01-15 00:02:31 +0000 | |
---|---|---|
committer | 2015-01-15 00:02:31 +0000 | |
commit | 1c1d40ab7fd856eac52e1a3be7ce60da3fc21fb5 (patch) | |
tree | 72df746c7d012f559e898707f7a039c034473d8d /compiler/common_compiler_test.cc | |
parent | cbabd3cba33662b296df7c1d392bdd35b3c978ad (diff) | |
parent | 866c03125a3fcd74c9fff04da87865f5eb1767d9 (diff) |
Merge "ART: dex2oat flag for HGraphVisualizer dump file"
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 7df71f5b8a..96f8e0c355 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -164,7 +164,7 @@ void CommonCompilerTest::SetUp() { compiler_kind, instruction_set, instruction_set_features_.get(), true, new std::set<std::string>, nullptr, - 2, true, true, timer_.get(), -1, "")); + 2, true, true, "", timer_.get(), -1, "")); } // We typically don't generate an image in unit tests, disable this optimization by default. compiler_driver_->SetSupportBootImageFixup(false); |