From d5ee7cc60f74ecd29eed4fe362733aecca772b0b Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 11 Mar 2016 19:17:53 +0000 Subject: [PATCH] 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 --- test/SemaTemplate/instantiate-sizeof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaTemplate/instantiate-sizeof.cpp b/test/SemaTemplate/instantiate-sizeof.cpp index 04793f785e..660e70549e 100644 --- a/test/SemaTemplate/instantiate-sizeof.cpp +++ b/test/SemaTemplate/instantiate-sizeof.cpp @@ -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 void f(T n) { -- 2.50.1