Tweak the DejaGNU voodoo to match Bill's advice.
authorStuart Hastings <stuart@apple.com>
Tue, 10 Mar 2009 16:44:45 +0000 (16:44 +0000)
committerStuart Hastings <stuart@apple.com>
Tue, 10 Mar 2009 16:44:45 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66547 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2009-03-09-WeakDeclarations-1.c

index a0b7efbfef248e701d47085d19e180f4cad8c117..6eea0593dd8184c02203da97435b8ba94a25ccb2 100644 (file)
@@ -1,8 +1,8 @@
 // RUN: $llvmgcc $test -c -o /dev/null |& \
 // RUN: egrep {(14|15|22): warning:} | \
 // RUN: wc -l | grep --quiet 3
-// TARGET: *-*-darwin
-// XFAIL: alpha|ia64|sparc
+// XTARGET: darwin
+// XFAIL: *
 // END.
 // Insist upon warnings for inappropriate weak attributes.
 // Note the line numbers (14|15|22) embedded in the check.