From: Paul Robinson Date: Fri, 13 Jan 2023 14:52:14 +0000 (-0800) Subject: [compiler-rt] fix typo in #95507c82 X-Git-Tag: upstream/17.0.6~21037 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16ee7c49d9e416fe7c47175824b04fa4915daec9;p=platform%2Fupstream%2Fllvm.git [compiler-rt] fix typo in #95507c82 --- 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