diff options
-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 |