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 fdfebc589a7..558a7d20065 100644 --- a/clang/test/Sema/shift.c +++ b/clang/test/Sema/shift.c @@ -1,4 +1,4 @@ -// RUN: clang -Wall -fsyntax-only -Xclang -verify %s +// RUN: %clang -Wall -fsyntax-only -Xclang -verify %s #include <limits.h> |