From 6da24a2e8b1fceb91d59d3e2a6c1bd81ebf94278 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 13 Apr 2013 00:34:48 +0000 Subject: [PATCH] Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot. llvm-svn: 179432 --- clang/test/Parser/cxx0x-decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Parser/cxx0x-decl.cpp b/clang/test/Parser/cxx0x-decl.cpp index c91cc9eb76a4..c079522e8fd0 100644 --- a/clang/test/Parser/cxx0x-decl.cpp +++ b/clang/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 {