diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-13 00:34:48 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-13 00:34:48 +0000 |
commit | 3a0f7ac43aa3dcf1e3231549ca9ce8cffd5a2d7c (patch) | |
tree | 9aaa85c6b203ac44f668f5bdbbc05f92b52a9bed /test/Parser/cxx0x-decl.cpp | |
parent | 927b0af2f0834bad37e3d2a1953804b0845d8711 (diff) |
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
Diffstat (limited to 'test/Parser/cxx0x-decl.cpp')
-rw-r--r-- | test/Parser/cxx0x-decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |