diff options
Diffstat (limited to 'clang/test/Sema/cast.c')
-rw-r--r-- | clang/test/Sema/cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/cast.c b/clang/test/Sema/cast.c index d2e3e0c7e3a..e52dcaebbdd 100644 --- a/clang/test/Sema/cast.c +++ b/clang/test/Sema/cast.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only %s -verify +// RUN: %clang_cc1 -fsyntax-only %s -verify typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; cpumask_t x; |