summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/kernel.config/aslr_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kernel.config/aslr_test.cpp b/tests/kernel.config/aslr_test.cpp
index cda121c6..ff19a109 100644
--- a/tests/kernel.config/aslr_test.cpp
+++ b/tests/kernel.config/aslr_test.cpp
@@ -187,7 +187,7 @@ void AslrMmapTest::SetUpTestCase() {
#elif defined(__arm__)
unsigned int pgbits = std::log2(getpagesize());
- def = 8;
+ def = 16;
min = 8;
max = 16;
path = SCRAPE_PATH_32;