From 16ee7c49d9e416fe7c47175824b04fa4915daec9 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Fri, 13 Jan 2023 06:52:14 -0800 Subject: [PATCH] [compiler-rt] fix typo in #95507c82 --- compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c b/compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c index 713b625..cfe8d80 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 #include -- 2.7.4