diff options
Diffstat (limited to 'src/common_test.h')
-rw-r--r-- | src/common_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common_test.h b/src/common_test.h index 6876274b7b..cc68f44afb 100644 --- a/src/common_test.h +++ b/src/common_test.h @@ -364,7 +364,7 @@ class CommonTest : public testing::Test { } class_linker_->FixupDexCaches(runtime_->GetResolutionMethod()); image_classes_.reset(new std::set<std::string>); - compiler_driver_.reset(new CompilerDriver(compiler_backend, instruction_set, true, 2, false, false, + compiler_driver_.reset(new CompilerDriver(compiler_backend, instruction_set, true, 2, false, image_classes_.get(), true, true)); // Create the heap thread pool so that the GC runs in parallel for tests. Normally, the thread |