summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-11-13 19:56:06 +0000
committerVitaly Buka <vitalybuka@google.com>2017-11-13 19:56:06 +0000
commitd86f34162c311cbf951c6b9db01a582027919ee3 (patch)
treeedf8c2a5f6b48d7049f661c83f7420bfdcc2a158 /test
parenta0f1af87fb2368370353002e480004b7c590383f (diff)
[sanitizer] Relax stack check
-NEXT sometimes does not work as LLVMSymbolizer warning can appear there. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_common/TestCases/Linux/assert.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/assert.cc b/test/sanitizer_common/TestCases/Linux/assert.cc
index ed2a58083..5eb9c1505 100644
--- a/test/sanitizer_common/TestCases/Linux/assert.cc
+++ b/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