summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-04-04 23:57:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-04-04 23:57:14 +0000
commitd9c8f55d18af0cdf379715eef83d6c9f737ef947 (patch)
tree1c5d694fd6d1a86edb65dd826e20282a6fc26a28 /compiler/utils/assembler_test.h
parent5a745014b34109c34809ff904949784fd9ff3622 (diff)
parent3215fff7ef8fa3c2250b91158560eacc613a4671 (diff)
Merge "Separate Malloc and MemMap ArenaPools"
Diffstat (limited to 'compiler/utils/assembler_test.h')
-rw-r--r--compiler/utils/assembler_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/utils/assembler_test.h b/compiler/utils/assembler_test.h
index 0cb8bbb2d5..7c800b355f 100644
--- a/compiler/utils/assembler_test.h
+++ b/compiler/utils/assembler_test.h
@@ -26,6 +26,7 @@
#include <fstream>
#include <iterator>
+#include "base/malloc_arena_pool.h"
#include "assembler_test_base.h"
#include "common_runtime_test.h" // For ScratchFile
@@ -1606,7 +1607,7 @@ class AssemblerTest : public testing::Test {
static constexpr size_t kWarnManyCombinationsThreshold = 500;
- ArenaPool pool_;
+ MallocArenaPool pool_;
std::unique_ptr<ArenaAllocator> allocator_;
std::unique_ptr<Ass> assembler_;
std::unique_ptr<AssemblerTestInfrastructure> test_helper_;