From b8d08ee1cfda98e633c3fdebc5fc9a2dd7facfaa Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Mon, 9 Sep 2019 21:00:25 +0000 Subject: [UBSan] Follow up fix for r371442. Reviewers: vitalybuka, hctim, Dor1s Reviewed By: Dor1s Subscribers: delcypher, #sanitizers, llvm-commits Tags: #llvm, #sanitizers Differential Revision: https://reviews.llvm.org/D67371 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@371453 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/Posix/fpe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanitizer_common/TestCases/Posix/fpe.cpp b/test/sanitizer_common/TestCases/Posix/fpe.cpp index 8797c30af..0bbe90656 100644 --- a/test/sanitizer_common/TestCases/Posix/fpe.cpp +++ b/test/sanitizer_common/TestCases/Posix/fpe.cpp @@ -26,4 +26,4 @@ int main(int argc, char **argv) { // CHECK1: ERROR: {{.*}}Sanitizer: FPE // CHECK1: {{#[0-9]+.* main .*fpe\.cpp}}:[[@LINE-5]] // CHECK1: DEATH CALLBACK -// CHECK0-NOT: Sanitizer +// CHECK0-NOT: {{.*}}Sanitizer: FPE -- cgit v1.2.1