From af538d9ee6ff71e4beb950943b5e22d0a4eefed1 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Sun, 1 May 2011 04:32:34 +0000 Subject: Add a triple to this test, otherwise it fails under MSVC because wchar_t is unsigned with the i686-pc-win32 triple. llvm-svn: 130636 --- clang/test/SemaCXX/type-traits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/SemaCXX/type-traits.cpp b/clang/test/SemaCXX/type-traits.cpp index a4ed500a804..96e9696a041 100644 --- a/clang/test/SemaCXX/type-traits.cpp +++ b/clang/test/SemaCXX/type-traits.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify %s #define T(b) (b) ? 1 : -1 #define F(b) (b) ? -1 : 1 -- cgit v1.2.3