From: Reid Kleckner Date: Fri, 11 Mar 2016 19:17:53 +0000 (+0000) Subject: Add missing triple to instantiate-sizeof.cpp test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5ee7cc60f74ecd29eed4fe362733aecca772b0b;p=clang 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 --- 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) {