forked from OSchip/llvm-project
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:
parent
3f805312e6
commit
6da24a2e8b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue