diff options
Diffstat (limited to 'test/Sema/struct-cast.c')
-rw-r--r-- | test/Sema/struct-cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/struct-cast.c b/test/Sema/struct-cast.c index 063e8e32c0..dc7db130dc 100644 --- a/test/Sema/struct-cast.c +++ b/test/Sema/struct-cast.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only %s -verify +// RUN: %clang_cc1 -fsyntax-only %s -verify struct S { int one; |