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:
Reid Kleckner 2016-03-11 19:17:53 +00:00
parent e4193c5ff0
commit d5ee7cc60f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {