[cfe-commits] r130636 - /cfe/trunk/test/SemaCXX/type-traits.cpp

Francois Pichet pichet2000 at gmail.com
Sat Apr 30 21:32:34 PDT 2011


Author: fpichet
Date: Sat Apr 30 23:32:34 2011
New Revision: 130636

URL: http://llvm.org/viewvc/llvm-project?rev=130636&view=rev
Log:
Add a triple to this test, otherwise it fails under MSVC because wchar_t is unsigned with the i686-pc-win32 triple.

Modified:
    cfe/trunk/test/SemaCXX/type-traits.cpp

Modified: cfe/trunk/test/SemaCXX/type-traits.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/type-traits.cpp?rev=130636&r1=130635&r2=130636&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/type-traits.cpp (original)
+++ cfe/trunk/test/SemaCXX/type-traits.cpp Sat Apr 30 23:32:34 2011
@@ -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
 





More information about the cfe-commits mailing list