aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2005-12-22 01:02:29 +0000
committerMike Stump <mrs@gcc.gnu.org>2005-12-22 01:02:29 +0000
commit604fb661cce416176039eb6c26d414e000c66678 (patch)
treefbc62e4a69d70967f00c0dbfd555e4081f700380
parent3647aabdfa23a5ed8084946f09a76c95edc87473 (diff)
downloadgcc-604fb661cce416176039eb6c26d414e000c66678.zip
gcc-604fb661cce416176039eb6c26d414e000c66678.tar.gz
gcc-604fb661cce416176039eb6c26d414e000c66678.tar.bz2
* gcc.dg/attr-weakref-1.c: Really skip on darwin.
From-SVN: r108933
-rw-r--r--gcc/testsuite/gcc.dg/attr-weakref-1.c2
1 files changed, 1 insertions, 1 deletions
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" }