summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/output_tests
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-08-10 15:13:05 +0000
committerAlexey Samsonov <samsonov@google.com>2012-08-10 15:13:05 +0000
commitb93df94238662fad3c74ef500436bd02c0c8e945 (patch)
tree1f06c53c24f8f7579ba745861756b6a4651af64a /compiler-rt/lib/asan/output_tests
parentfb844c7effdb52dd9fdcc391be28c940ccbf487b (diff)
downloadbcm5719-llvm-b93df94238662fad3c74ef500436bd02c0c8e945.tar.gz
bcm5719-llvm-b93df94238662fad3c74ef500436bd02c0c8e945.zip
[ASan] share code executed at the beginning/end of printing error reports
llvm-svn: 161666
Diffstat (limited to 'compiler-rt/lib/asan/output_tests')
-rw-r--r--compiler-rt/lib/asan/output_tests/null_deref.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/output_tests/null_deref.cc b/compiler-rt/lib/asan/output_tests/null_deref.cc
index c152a4202e3..76093552bb4 100644
--- a/compiler-rt/lib/asan/output_tests/null_deref.cc
+++ b/compiler-rt/lib/asan/output_tests/null_deref.cc
@@ -8,7 +8,7 @@ int main() {
// Check-Common: {{.*ERROR: AddressSanitizer crashed on unknown address}}
// Check-Common: {{0x0*00028 .*pc 0x.*}}
-// Check-Common: {{AddressSanitizer can not provide additional info. ABORTING}}
+// Check-Common: {{AddressSanitizer can not provide additional info.}}
// atos on Mac cannot extract the symbol name correctly.
// Check-Linux: {{ #0 0x.* in NullDeref.*null_deref.cc:3}}
OpenPOWER on IntegriCloud