From: Mike Stump Date: Thu, 22 Dec 2005 01:02:29 +0000 (+0000) Subject: * gcc.dg/attr-weakref-1.c: Really skip on darwin. X-Git-Tag: releases/gcc-4.2.0~5195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604fb661cce416176039eb6c26d414e000c66678;p=thirdparty%2Fgcc.git * gcc.dg/attr-weakref-1.c: Really skip on darwin. From-SVN: r108933 --- diff --git a/gcc/testsuite/gcc.dg/attr-weakref-1.c b/gcc/testsuite/gcc.dg/attr-weakref-1.c index 03071105370d..78c026dda085 100644 --- a/gcc/testsuite/gcc.dg/attr-weakref-1.c +++ b/gcc/testsuite/gcc.dg/attr-weakref-1.c @@ -1,7 +1,7 @@ // { dg-do run } // { dg-require-weak "" } // On darwin, we use attr-weakref-1-darwin.c -// { dg-skip-if "" { "*-*-darwin*" } "*" { "*" } } +// { dg-skip-if "" { "*-*-darwin*" } "*" { "" } } // { dg-options "-O2" } // { dg-additional-sources "attr-weakref-1a.c" }