diff options
| author | 2018-08-21 14:08:32 +0000 | |
|---|---|---|
| committer | 2018-08-21 14:08:32 +0000 | |
| commit | 88cf462fc30ceaa1493f9d58e47985cf0cd82112 (patch) | |
| tree | d5dadbb69645f083ea50611e3973dcf6cf3a5431 /compiler/common_compiler_test.h | |
| parent | c0dec2236b976794ff8f6cc3c2f41c36756ffaf9 (diff) | |
| parent | c34bebf39410f5571d3d5813157b61f274d435c3 (diff) | |
Merge "Remove unnecessary indirection from MemMap."
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 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_; |