From ac3dce595c060fef21f924ecb5910d0d58c2d20e Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Mon, 9 Sep 2019 21:00:25 +0000 Subject: [PATCH] [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 llvm-svn: 371453 --- compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp index 8797c30af58d..0bbe90656799 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp +++ b/compiler-rt/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