summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2013-01-29 09:59:53 +0000
committerDmitry Vyukov <dvyukov@google.com>2013-01-29 09:59:53 +0000
commit73b12d7132c39f1008ba86f6f23e33f0bb8af130 (patch)
tree697e4f6b7704fc89f454e3a24f75b83674604c18 /compiler-rt/lib
parentaa94a90a79d2febcb2846ffa513bae148b88810f (diff)
downloadbcm5719-llvm-73b12d7132c39f1008ba86f6f23e33f0bb8af130.tar.gz
bcm5719-llvm-73b12d7132c39f1008ba86f6f23e33f0bb8af130.zip
asan: fix the test
llvm-svn: 173786
Diffstat (limited to 'compiler-rt/lib')
-rw-r--r--compiler-rt/lib/asan/lit_tests/Linux/rlimit_mmap_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/Linux/rlimit_mmap_test.cc b/compiler-rt/lib/asan/lit_tests/Linux/rlimit_mmap_test.cc
index 5026e24e424..86794756c76 100644
--- a/compiler-rt/lib/asan/lit_tests/Linux/rlimit_mmap_test.cc
+++ b/compiler-rt/lib/asan/lit_tests/Linux/rlimit_mmap_test.cc
@@ -11,6 +11,6 @@ int main(int argc, char **argv) {
struct rlimit mmap_resource_limit = { 0, 0 };
assert(0 == setrlimit(RLIMIT_AS, &mmap_resource_limit));
x = malloc(10000000);
-// CHECK: AddressSanitizer is unable to mmap
+// CHECK: ERROR: Failed to mmap
return 0;
}
OpenPOWER on IntegriCloud