From: Richard Smith Date: Sat, 13 Apr 2013 00:34:48 +0000 (+0000) Subject: Give this test a triple so that its use of thread_local doesn't make it fail on the... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a0f7ac43aa3dcf1e3231549ca9ce8cffd5a2d7c;p=clang Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179432 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/cxx0x-decl.cpp b/test/Parser/cxx0x-decl.cpp index c91cc9eb76..c079522e8f 100644 --- a/test/Parser/cxx0x-decl.cpp +++ b/test/Parser/cxx0x-decl.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only -std=c++11 -pedantic-errors %s +// RUN: %clang_cc1 -verify -fsyntax-only -std=c++11 -pedantic-errors -triple x86_64-linux-gnu %s // Make sure we know these are legitimate commas and not typos for ';'. namespace Commas {