diff options
Diffstat (limited to 'compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc')
-rw-r--r-- | compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc b/compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc index ecfe11b762c..0d2818d2fa1 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc +++ b/compiler-rt/lib/lsan/lit_tests/TestCases/pointer_to_self.cc @@ -15,4 +15,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: |