diff options
Diffstat (limited to 'clang/test/Sema/const-ptr-int-ptr-cast.c')
-rw-r--r-- | clang/test/Sema/const-ptr-int-ptr-cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/const-ptr-int-ptr-cast.c b/clang/test/Sema/const-ptr-int-ptr-cast.c index 3590583cd5e..4e08bfff2cb 100644 --- a/clang/test/Sema/const-ptr-int-ptr-cast.c +++ b/clang/test/Sema/const-ptr-int-ptr-cast.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s #include <stdint.h> |