Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)

Making the test introduced in r179962 resilient to being run on darwin10 hosts.

llvm-svn: 179992
This commit is contained in:
David Blaikie 2013-04-22 04:18:25 +00:00
parent b5ba3d3b37
commit 8ddc2b50e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -std=c++1y %s -verify -pedantic-errors
// RUN: %clang_cc1 -std=c++1y %s -verify -triple=x86_64-linux-gnu -pedantic-errors
// FIXME: many diagnostics here say 'variably modified type'.
// catch this case and say 'array of runtime bound' instead.