[compiler-rt] 16ee7c4 - [compiler-rt] fix typo in #95507c82
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 06:53:30 PST 2023
Author: Paul Robinson
Date: 2023-01-13T06:53:22-08:00
New Revision: 16ee7c49d9e416fe7c47175824b04fa4915daec9
URL: https://github.com/llvm/llvm-project/commit/16ee7c49d9e416fe7c47175824b04fa4915daec9
DIFF: https://github.com/llvm/llvm-project/commit/16ee7c49d9e416fe7c47175824b04fa4915daec9.diff
LOG: [compiler-rt] fix typo in #95507c82
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c b/compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
index 713b62563a45..cfe8d800d383 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
@@ -1,7 +1,7 @@
// RUN: %clang %s -o %t && %run %t 2>&1
// Issue #41838
-// XFAIL: sparc-target-arch && target={{*solaris.*}}
+// XFAIL: sparc-target-arch && target={{.*solaris.*}}
#include <assert.h>
#include <stdio.h>
More information about the llvm-commits
mailing list