From: Aaron Ballman Date: Sun, 6 Jul 2014 20:07:16 +0000 (+0000) Subject: Giving this test a triple to satisfy the build bots. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee7d10b5aa7f7b53df2a69239290414f9c87ff49;p=platform%2Fupstream%2Fllvm.git Giving this test a triple to satisfy the build bots. llvm-svn: 212418 --- diff --git a/clang/test/Parser/MicrosoftExtensions.cpp b/clang/test/Parser/MicrosoftExtensions.cpp index f41e5ec..a35d069 100644 --- a/clang/test/Parser/MicrosoftExtensions.cpp +++ b/clang/test/Parser/MicrosoftExtensions.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing +// RUN: %clang_cc1 %s -triple i386-mingw32 -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing /* Microsoft attribute tests */ [repeatable][source_annotation_attribute( Parameter|ReturnValue )]