From 604fb661cce416176039eb6c26d414e000c66678 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 22 Dec 2005 01:02:29 +0000 Subject: [PATCH] * gcc.dg/attr-weakref-1.c: Really skip on darwin. From-SVN: r108933 --- gcc/testsuite/gcc.dg/attr-weakref-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.30.2