aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2009-03-10 16:44:45 +0000
committerStuart Hastings <stuart@apple.com>2009-03-10 16:44:45 +0000
commitf50f8c0fd9c684c3faac940dd6ccef366f72b233 (patch)
tree7478a19ec050ab118323a61d012f2efc1a73bebe /test/FrontendC
parentc9731c8cc385a3772503618bfbafbae214b6e452 (diff)
downloadexternal_llvm-f50f8c0fd9c684c3faac940dd6ccef366f72b233.zip
external_llvm-f50f8c0fd9c684c3faac940dd6ccef366f72b233.tar.gz
external_llvm-f50f8c0fd9c684c3faac940dd6ccef366f72b233.tar.bz2
Tweak the DejaGNU voodoo to match Bill's advice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/2009-03-09-WeakDeclarations-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC/2009-03-09-WeakDeclarations-1.c b/test/FrontendC/2009-03-09-WeakDeclarations-1.c
index a0b7efb..6eea059 100644
--- a/test/FrontendC/2009-03-09-WeakDeclarations-1.c
+++ b/test/FrontendC/2009-03-09-WeakDeclarations-1.c
@@ -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.