From 259ef9234d51572eb0d9b8c68cbba87396461365 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 19 Jun 2015 08:09:27 +0000 Subject: [PATCH] [ATTRIBUTE] Fixed test compatibility. llvm-svn: 240126 --- clang/test/Sema/attr-mode-vector-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Sema/attr-mode-vector-types.c b/clang/test/Sema/attr-mode-vector-types.c index 951598ff5e00..3893922a6a6d 100644 --- a/clang/test/Sema/attr-mode-vector-types.c +++ b/clang/test/Sema/attr-mode-vector-types.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-unknown-linux-gnu %s // Correct cases. typedef int __attribute__((mode(byte))) __attribute__((vector_size(256))) vec_t1;