mirror of https://github.com/microsoft/clang.git
Add missing triple to instantiate-sizeof.cpp test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4193c5ff0
commit
d5ee7cc60f
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
|
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -verify -std=c++11 %s
|
||||||
|
|
||||||
// Make sure we handle contexts correctly with sizeof
|
// Make sure we handle contexts correctly with sizeof
|
||||||
template<typename T> void f(T n) {
|
template<typename T> void f(T n) {
|
||||||
|
|
Loading…
Reference in New Issue