Make test portable.

llvm-svn: 192338
This commit is contained in:
Ted Kremenek 2013-10-10 02:12:25 +00:00
parent 2a6e6bc41f
commit e568574c81
1 changed files with 1 additions and 1 deletions

View File

@ -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;