diff options
Diffstat (limited to 'clang/test/Sema/shift.c')
-rw-r--r-- | clang/test/Sema/shift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/shift.c b/clang/test/Sema/shift.c index d5ae5c1e903..5acbe12ac33 100644 --- a/clang/test/Sema/shift.c +++ b/clang/test/Sema/shift.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang-cc -fsyntax-only %s void test() { char c; |