summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-09-30 14:10:21 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-30 14:10:21 +0000
commit428792553e59452d0b6fdbf2460072d697c966db (patch)
treec4d3c14944e772cd98f2fd76e4f41c2fbc3f6acf /compiler/common_compiler_test.cc
parentce157a6864bd346152bef1b66d050cfb144f56b5 (diff)
parent63dccbbefef3014c99c22748d18befcc7bcb3b41 (diff)
Merge "Store resolved Strings for AOT code in .bss."
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r--compiler/common_compiler_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc
index b726649138..bc8facdb41 100644
--- a/compiler/common_compiler_test.cc
+++ b/compiler/common_compiler_test.cc
@@ -174,13 +174,12 @@ void CommonCompilerTest::SetUp() {
void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind,
InstructionSet isa,
size_t number_of_threads) {
+ compiler_options_->boot_image_ = true;
compiler_driver_.reset(new CompilerDriver(compiler_options_.get(),
verification_results_.get(),
kind,
isa,
instruction_set_features_.get(),
- /* boot_image */ true,
- /* app_image */ false,
GetImageClasses(),
GetCompiledClasses(),
GetCompiledMethods(),