diff options
Diffstat (limited to 'compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc')
-rw-r--r-- | compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc b/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc index 9e1b1cf6013..c7dfaf8abad 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc +++ b/compiler-rt/lib/lsan/lit_tests/TestCases/use_stacks_threaded.cc @@ -33,4 +33,4 @@ int main() { // CHECK: Test alloc: [[ADDR:.*]]. // CHECK: Directly leaked 1337 byte object at [[ADDR]] // CHECK: LeakSanitizer: detected memory leaks -// CHECK: SUMMARY: LeakSanitizer: +// CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: |