diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/use-after-delete.cc')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/use-after-delete.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/use-after-delete.cc b/compiler-rt/test/asan/TestCases/use-after-delete.cc index 1cc8c2f079a..44404cd181f 100644 --- a/compiler-rt/test/asan/TestCases/use-after-delete.cc +++ b/compiler-rt/test/asan/TestCases/use-after-delete.cc @@ -24,7 +24,7 @@ int main() { // CHECK-Linux: {{ #0 0x.* in operator new\[\]}} // CHECK-Linux: {{ #1 0x.* in main .*use-after-delete.cc:}}[[@LINE-16]] - // CHECK: Shadow byte legend (one shadow byte represents 8 application bytes): + // CHECK: Shadow byte legend (one shadow byte represents {{[0-9]+}} application bytes): // CHECK: Global redzone: // CHECK: ASan internal: } |

