]> granicus.if.org Git - clang/commitdiff
Use '%clang_cc1' instead of '%clang' to make the warning output more consistent across
authorTed Kremenek <kremenek@apple.com>
Thu, 8 Apr 2010 23:17:16 +0000 (23:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 8 Apr 2010 23:17:16 +0000 (23:17 +0000)
platforms (for this test).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100827 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/warn-unused-parameters.c

index 43ebdbff2b36e293759a64c10a3039e14a3f2775..e47ddd5e00d515554583ffc3f2d7648ab05ad125 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang -fblocks -fsyntax-only -Wunused-parameter %s 2>&1 | FileCheck %s
-// RUN: %clang -fblocks -fsyntax-only -Wunused %s 2>&1 | FileCheck -check-prefix=CHECK-unused %s
+// RUN: %clang_cc1 -fblocks -fsyntax-only -Wunused-parameter %s 2>&1 | FileCheck %s
+// RUN: %clang_cc1 -fblocks -fsyntax-only -Wunused %s 2>&1 | FileCheck -check-prefix=CHECK-unused %s
 
 int f0(int x,
        int y,