diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-08-10 15:13:05 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-08-10 15:13:05 +0000 |
| commit | b93df94238662fad3c74ef500436bd02c0c8e945 (patch) | |
| tree | 1f06c53c24f8f7579ba745861756b6a4651af64a /compiler-rt/lib/asan/output_tests | |
| parent | fb844c7effdb52dd9fdcc391be28c940ccbf487b (diff) | |
| download | bcm5719-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.cc | 2 |
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}} |

