[compiler-rt] fix typo in #95507c82
authorPaul Robinson <paul.robinson@sony.com>
Fri, 13 Jan 2023 14:52:14 +0000 (06:52 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 13 Jan 2023 14:53:22 +0000 (06:53 -0800)
compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c

index 713b625..cfe8d80 100644 (file)
@@ -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>