summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/memcmp_test.cc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-10-15 13:04:58 +0000
committerKostya Serebryany <kcc@google.com>2012-10-15 13:04:58 +0000
commit16205cd4fa2c816b7ee19fa38c133831fb754393 (patch)
treecc632fd70ddfc5de216fb1dd1422fe8d99991e7d /compiler-rt/lib/asan/lit_tests/memcmp_test.cc
parent49c8eea3c045a5174ad29ff65b4d1d360879d9f1 (diff)
downloadbcm5719-llvm-16205cd4fa2c816b7ee19fa38c133831fb754393.tar.gz
bcm5719-llvm-16205cd4fa2c816b7ee19fa38c133831fb754393.zip
[asan] change the asan output slightly to avoid user confusion: a) add ':' after 'AddressSanitizer' and b) changed 'crashed' to 'SEGV'
llvm-svn: 165932
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/memcmp_test.cc')
-rw-r--r--compiler-rt/lib/asan/lit_tests/memcmp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/memcmp_test.cc b/compiler-rt/lib/asan/lit_tests/memcmp_test.cc
index d839c201c92..ac3f7f32ea7 100644
--- a/compiler-rt/lib/asan/lit_tests/memcmp_test.cc
+++ b/compiler-rt/lib/asan/lit_tests/memcmp_test.cc
@@ -12,7 +12,7 @@ int main(int argc, char **argv) {
char a1[] = {argc, 2, 3, 4};
char a2[] = {1, 2*argc, 3, 4};
int res = memcmp(a1, a2, 4 + argc); // BOOM
- // CHECK: AddressSanitizer stack-buffer-overflow
+ // CHECK: AddressSanitizer: stack-buffer-overflow
// CHECK: {{#0.*memcmp}}
// CHECK: {{#1.*main}}
return res;
OpenPOWER on IntegriCloud