From: Nick Lewycky Date: Tue, 21 Jun 2011 00:23:47 +0000 (+0000) Subject: Also fix the warning about using "clang" instead of %clang. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c25d285fb6f3d24537c165d2aa5acefd0836048;p=clang Also fix the warning about using "clang" instead of %clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133492 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/noexecstack.c b/test/Driver/noexecstack.c index df7da4699c..7431a193da 100644 --- a/test/Driver/noexecstack.c +++ b/test/Driver/noexecstack.c @@ -1 +1 @@ -// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "mnoexecstack" +// RUN: %clang -### %s -c -o tmp.o -Wa,--noexecstack 2>&1 | grep "mnoexecstack"