From: Chad Rosier Date: Tue, 13 Mar 2012 20:31:40 +0000 (+0000) Subject: Update test case to use not tool. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf3a6c448ccddcefd84cc2be5f8c8927e2e5468d;p=clang Update test case to use not tool. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152664 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/diagnostics.c b/test/Driver/diagnostics.c index 1330041ae4..9abcdb67f4 100644 --- a/test/Driver/diagnostics.c +++ b/test/Driver/diagnostics.c @@ -1,9 +1,9 @@ // Parse diagnostic arguments in the driver // PR12181 -// RUN: !%clang -target x86_64-apple-darwin10 \ +// RUN: not %clang -target x86_64-apple-darwin10 \ // RUN: -fsyntax-only -fzyzzybalubah \ // RUN: -Werror=unused-command-line-argument %s -// RUN: !%clang -target x86_64-apple-darwin10 \ +// RUN: not %clang -target x86_64-apple-darwin10 \ // RUN: -fsyntax-only -fzyzzybalubah -Werror %s