summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-08-21 14:08:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-08-21 14:08:32 +0000
commit88cf462fc30ceaa1493f9d58e47985cf0cd82112 (patch)
treed5dadbb69645f083ea50611e3973dcf6cf3a5431 /compiler/common_compiler_test.h
parentc0dec2236b976794ff8f6cc3c2f41c36756ffaf9 (diff)
parentc34bebf39410f5571d3d5813157b61f274d435c3 (diff)
Merge "Remove unnecessary indirection from MemMap."
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r--compiler/common_compiler_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h
index db38110400..366489c58f 100644
--- a/compiler/common_compiler_test.h
+++ b/compiler/common_compiler_test.h
@@ -115,7 +115,7 @@ class CommonCompilerTest : public CommonRuntimeTest {
std::unique_ptr<CompilerDriver> compiler_driver_;
private:
- std::unique_ptr<MemMap> image_reservation_;
+ MemMap image_reservation_;
// Chunks must not move their storage after being created - use the node-based std::list.
std::list<std::vector<uint8_t>> header_code_and_maps_chunks_;