diff options
| author | 2015-04-21 03:59:32 +0000 | |
|---|---|---|
| committer | 2015-04-21 03:59:33 +0000 | |
| commit | 2fb1639a4bd836f6426cc0d4b8d21c59d2648527 (patch) | |
| tree | 605389efc1479fa58b85481c4c291bc072ba0d78 /compiler/common_compiler_test.cc | |
| parent | 4474073ee836d463af29329c86d49354559a41c5 (diff) | |
| parent | b1fceadbd42b3047a9c06a8af6239c737d67344e (diff) | |
Merge "ART: Change image_classes and compiled_classes to unordered set"
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 96d90bb443..8ffc86ea3f 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -165,7 +165,7 @@ void CommonCompilerTest::SetUp() { method_inliner_map_.get(), compiler_kind, instruction_set, instruction_set_features_.get(), - true, new std::set<std::string>, nullptr, + true, new std::unordered_set<std::string>, nullptr, 2, true, true, "", timer_.get(), -1, "")); } // We typically don't generate an image in unit tests, disable this optimization by default. |