summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/non-executable-pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/non-executable-pc.cpp')
-rw-r--r--test/asan/TestCases/non-executable-pc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asan/TestCases/non-executable-pc.cpp b/test/asan/TestCases/non-executable-pc.cpp
index f8adee613..6ef40540b 100644
--- a/test/asan/TestCases/non-executable-pc.cpp
+++ b/test/asan/TestCases/non-executable-pc.cpp
@@ -2,8 +2,8 @@
// RUN: not %run %t 0 2>&1 | FileCheck %s
// RUN: not %run %t n 2>&1 | FileCheck %s -check-prefix=CHECK -check-prefix=NON_EXEC
-// Only Linux and FreeBSD list every memory region in MemoryMappingLayout, for now.
-// REQUIRES: linux || freebsd
+// Not every OS lists every memory region in MemoryMappingLayout.
+// REQUIRES: linux || freebsd || netbsd
#include <assert.h>