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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=604fb661cce416176039eb6c26d414e000c66678;p=gcc.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 03071105370..78c026dda08 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" }