diff options
author | Stuart Hastings <stuart@apple.com> | 2009-03-10 16:44:45 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2009-03-10 16:44:45 +0000 |
commit | 9a9a4228865dade4ffc8440b45e0ec66f58af6f7 (patch) | |
tree | b4075208f610f1d404018f682370622ccd78ea61 | |
parent | 524bb20b4bb06866c5307eb6acca09d590a5ab60 (diff) | |
download | bcm5719-llvm-9a9a4228865dade4ffc8440b45e0ec66f58af6f7.tar.gz bcm5719-llvm-9a9a4228865dade4ffc8440b45e0ec66f58af6f7.zip |
Tweak the DejaGNU voodoo to match Bill's advice.
llvm-svn: 66547
-rw-r--r-- | llvm/test/FrontendC/2009-03-09-WeakDeclarations-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2009-03-09-WeakDeclarations-1.c b/llvm/test/FrontendC/2009-03-09-WeakDeclarations-1.c index a0b7efbfef2..6eea0593dd8 100644 --- a/llvm/test/FrontendC/2009-03-09-WeakDeclarations-1.c +++ b/llvm/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. |