diff options
Diffstat (limited to 'clang/test/Sema/ext_vector_components.c')
-rw-r--r-- | clang/test/Sema/ext_vector_components.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/ext_vector_components.c b/clang/test/Sema/ext_vector_components.c index ad0277baac9..422a9e6f228 100644 --- a/clang/test/Sema/ext_vector_components.c +++ b/clang/test/Sema/ext_vector_components.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s typedef __attribute__(( ext_vector_type(2) )) float float2; typedef __attribute__(( ext_vector_type(3) )) float float3; |