diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-11-13 19:56:06 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-11-13 19:56:06 +0000 |
commit | 2a46e8d1c2c00fe2f9af39df93c071b282b3912b (patch) | |
tree | d8ce04f2b3de3c0620503a3b0a1c1f511bc4c9a4 | |
parent | feabdd18d9813a2439fb811b4eaf2bb6b3778e5e (diff) | |
download | bcm5719-llvm-2a46e8d1c2c00fe2f9af39df93c071b282b3912b.tar.gz bcm5719-llvm-2a46e8d1c2c00fe2f9af39df93c071b282b3912b.zip |
[sanitizer] Relax stack check
-NEXT sometimes does not work as LLVMSymbolizer warning can appear there.
llvm-svn: 318077
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc index ed2a5808315..5eb9c1505d3 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc @@ -25,7 +25,7 @@ int main(int argc, char **argv) { // CHECK0-NOT: Sanitizer:DEADLYSIGNAL // CHECK1: ERROR: {{.*}}Sanitizer: ABRT -// CHECK1-NEXT: {{ #0 }} +// CHECK1: {{ #0 }} // CHECK1-NEXT: {{ #1 }} // CHECK1: DEATH CALLBACK // CHECK0-NOT: Sanitizer |