diff options
| author | 2016-03-09 17:30:18 +0000 | |
|---|---|---|
| committer | 2016-03-09 17:30:18 +0000 | |
| commit | fa2cda44cb53f01a2bbfd410724a4bc314a236d1 (patch) | |
| tree | 671a31752ae6970dbfff9c976b173af6015d02c3 /compiler/common_compiler_test.h | |
| parent | ab5b8941f095b1a4e8b1387b6f723d6ae550dbe6 (diff) | |
| parent | 3f41a0193eadf037b4003c1996151f386ca07b13 (diff) | |
Merge "ART: Use optimizing compiler in image_test"
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 7e0fbabff8..9552143080 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -93,7 +93,7 @@ class CommonCompilerTest : public CommonRuntimeTest { const char* method_name, const char* signature) SHARED_REQUIRES(Locks::mutator_lock_); - void CreateCompilerDriver(Compiler::Kind kind, InstructionSet isa); + void CreateCompilerDriver(Compiler::Kind kind, InstructionSet isa, size_t number_of_threads = 2U); void ReserveImageSpace(); |