forked from OSchip/llvm-project
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:
parent
174ca49180
commit
3cbdeba61a
|
@ -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);
|
||||
|
|
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue