diff options
-rw-r--r-- | test/FrontendC/2009-03-09-WeakDeclarations-1.c | 4 |
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 a0b7efbfef..6eea0593dd 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. |