From cf3a6c448ccddcefd84cc2be5f8c8927e2e5468d Mon Sep 17 00:00:00 2001 From: Chad Rosier <mcrosier@apple.com> Date: Tue, 13 Mar 2012 20:31:40 +0000 Subject: [PATCH] Update test case to use not tool. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152664 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/diagnostics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Driver/diagnostics.c b/test/Driver/diagnostics.c index 1330041ae47..9abcdb67f42 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 -- GitLab