]> granicus.if.org Git - clang/commitdiff
Add missing triple to instantiate-sizeof.cpp test
authorReid Kleckner <rnk@google.com>
Fri, 11 Mar 2016 19:17:53 +0000 (19:17 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 11 Mar 2016 19:17:53 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263285 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaTemplate/instantiate-sizeof.cpp

index 04793f785e630be07ca0e8a7ee38bb27124230a9..660e70549e30f93c94ce4c5fc1056c6cf794185d 100644 (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) {