Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot.

llvm-svn: 179432
This commit is contained in:
Richard Smith 2013-04-13 00:34:48 +00:00
parent 3f805312e6
commit 6da24a2e8b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ';'. // Make sure we know these are legitimate commas and not typos for ';'.
namespace Commas { namespace Commas {