diff options
-rw-r--r-- | test/Sema/warn-unused-parameters.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/warn-unused-parameters.c b/test/Sema/warn-unused-parameters.c index 43ebdbff2b..e47ddd5e00 100644 --- a/test/Sema/warn-unused-parameters.c +++ b/test/Sema/warn-unused-parameters.c @@ -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, |