From 00fa972430bb1535a4b34bf029ebcad500027b0c Mon Sep 17 00:00:00 2001 From: twall Date: Sat, 27 Dec 2008 16:59:05 +0000 Subject: [PATCH] properly glob-match --- libffi/testsuite/libffi.call/cls_longdouble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffi/testsuite/libffi.call/cls_longdouble.c b/libffi/testsuite/libffi.call/cls_longdouble.c index 8a6643d7..a0fafc9f 100644 --- a/libffi/testsuite/libffi.call/cls_longdouble.c +++ b/libffi/testsuite/libffi.call/cls_longdouble.c @@ -4,7 +4,7 @@ PR: none. Originator: Blake Chaffin */ -/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* x86_64-*-mingw x86_64-*-cygwin } } */ +/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* x86_64-*-mingw* x86_64-*-cygwin* } } */ /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h"