summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/shutdownguard
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-09 16:33:49 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-02-09 16:33:49 +0000
commit5f96af6e4995a7a38445f3d24482baaedeec0668 (patch)
treeac379c6f64797387285cb8e819ccc2fc6bab6033 /staging_vespalib/src/tests/shutdownguard
parent3df91301de5e6eb415174a6e5cd0786b8927ba47 (diff)
Let default limit be 1G, and add extra comment about usage and non-usage.
Diffstat (limited to 'staging_vespalib/src/tests/shutdownguard')
-rw-r--r--staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp b/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
index 0fb2dfdda4b..348e9bbd503 100644
--- a/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
+++ b/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
@@ -40,4 +40,4 @@ TEST("test malloc mmap guard") {
MallocMmapGuard guard(0x100000);
}
-TEST_MAIN() { TEST_RUN_ALL(); } \ No newline at end of file
+TEST_MAIN() { TEST_RUN_ALL(); }