summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-08-24 11:03:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-08-24 11:03:28 +0000
commitd3678dc2531f95ced2d015b800ecd9018ce96c73 (patch)
tree5ec94a773e2c7e19842b1f2de02baf4343aff6c9 /compiler/common_compiler_test.cc
parent19759b28bc9dad1581c207d76227eb74fc8eebcb (diff)
parentf6985bd84b27b25e2c2ae1b865a4f28a0ccd578b (diff)
Merge "Add an overload for MemMap::MapAnonymous()."
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r--compiler/common_compiler_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc
index 2f017662e2..d603d9673c 100644
--- a/compiler/common_compiler_test.cc
+++ b/compiler/common_compiler_test.cc
@@ -328,7 +328,6 @@ void CommonCompilerTest::ReserveImageSpace() {
(size_t)120 * 1024 * 1024, // 120MB
PROT_NONE,
false /* no need for 4gb flag with fixed mmap */,
- false /* not reusing existing reservation */,
&error_msg);
CHECK(image_reservation_.IsValid()) << error_msg;
}