diff options
author | Andreas Gampe <agampe@google.com> | 2014-11-13 21:26:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-13 21:26:09 +0000 |
commit | 3225b83903329ba7745f6785127e09ff040492cf (patch) | |
tree | bf97adf68ec9f39be03075664eef5c53576bd72c /compiler/common_compiler_test.cc | |
parent | 67ab6192a9cf1781521692212fa48889a8d36e94 (diff) | |
parent | 4bf3ae9930a155f238dfd471413c866912b2579e (diff) |
Merge "ART: Compiled-classes list for compiler-driver"
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 bfdb537427..085d169c6d 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -156,7 +156,7 @@ void CommonCompilerTest::SetUp() { method_inliner_map_.get(), compiler_kind, instruction_set, instruction_set_features_.get(), - true, new std::set<std::string>, + true, new std::set<std::string>, nullptr, 2, true, true, timer_.get(), "")); } // We typically don't generate an image in unit tests, disable this optimization by default. |