Add missing triple to instantiate-sizeof.cpp test

llvm-svn: 263285
This commit is contained in:
Reid Kleckner
2016-03-11 19:17:53 +00:00
parent e78ca659d6
commit 4776f2ed75

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
template<typename T> void f(T n) {