Add triples to these tests to keep them working on Windows,

where wchar_t is only 16 bits wide.

llvm-svn: 154072
This commit is contained in:
Richard Smith 2012-04-05 00:54:51 +00:00
parent 174ca49180
commit 3cbdeba61a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -verify
// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -verify -triple x86_64-linux-gnu
struct S;
constexpr int extract(const S &s);

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 -triple=x86_64-linux-gnu
int f(); // expected-note {{declared here}}