diff options
| author | Ted Kremenek <kremenek@apple.com> | 2013-10-10 02:12:25 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2013-10-10 02:12:25 +0000 |
| commit | e568574c81eaed82ab292a72ad4595bef4e05d1a (patch) | |
| tree | 126883aa0d30f5ba714681a060c211f4b1c21cc5 | |
| parent | 2a6e6bc41f2aab480bcf865bc3e3b911ee31c565 (diff) | |
| download | bcm5719-llvm-e568574c81eaed82ab292a72ad4595bef4e05d1a.tar.gz bcm5719-llvm-e568574c81eaed82ab292a72ad4595bef4e05d1a.zip | |
Make test portable.
llvm-svn: 192338
| -rw-r--r-- | clang/test/Sema/ext_vector_casts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/ext_vector_casts.c b/clang/test/Sema/ext_vector_casts.c index 03316501a0e..66004b03ff8 100644 --- a/clang/test/Sema/ext_vector_casts.c +++ b/clang/test/Sema/ext_vector_casts.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -fno-lax-vector-conversions %s +// RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -fsyntax-only -verify -fno-lax-vector-conversions %s typedef __attribute__(( ext_vector_type(2) )) float float2; typedef __attribute__(( ext_vector_type(4) )) int int4; |

