From: Francois Pichet Date: Tue, 29 Mar 2011 11:38:04 +0000 (+0000) Subject: Add a triple to make the test friendly on no windows platform. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dde385dd9b87b791736750114b2e0790195e373b;p=clang Add a triple to make the test friendly on no windows platform. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128459 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/MicrosoftExtensions.cpp b/test/SemaCXX/MicrosoftExtensions.cpp index 094b5e0523..24c24aaf33 100644 --- a/test/SemaCXX/MicrosoftExtensions.cpp +++ b/test/SemaCXX/MicrosoftExtensions.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -fsyntax-only -Wmicrosoft -verify -fms-extensions -fexceptions -fcxx-exceptions +// RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -Wmicrosoft -verify -fms-extensions -fexceptions -fcxx-exceptions // ::type_info is predeclared with forward class declartion