From 23d1b67f764f19e6f8fc4a02d92257953261219e Mon Sep 17 00:00:00 2001 From: mrs Date: Thu, 22 Dec 2005 01:02:29 +0000 Subject: [PATCH] * gcc.dg/attr-weakref-1.c: Really skip on darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108933 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 0307110..78c026d 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.7.4