]> granicus.if.org Git - clang/commitdiff
Add a triple to this test, otherwise it fails under MSVC because wchar_t is unsigned...
authorFrancois Pichet <pichet2000@gmail.com>
Sun, 1 May 2011 04:32:34 +0000 (04:32 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sun, 1 May 2011 04:32:34 +0000 (04:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130636 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/type-traits.cpp

index a4ed500a804a7b09467eaf260331ec93d3371315..96e9696a041c5e2afd2f0d3b1284a13badc70423 100644 (file)
@@ -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