From: Richard Smith Date: Tue, 5 Dec 2017 19:39:37 +0000 (+0000) Subject: Give this test a triple to avoid failures on MS bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8df79b8c01236478ed93b6825df2450a43eebb07;p=clang Give this test a triple to avoid failures on MS bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319817 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/var-templates.cpp b/test/Modules/var-templates.cpp index 20e431bc90..398e38162c 100644 --- a/test/Modules/var-templates.cpp +++ b/test/Modules/var-templates.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s #pragma clang module build A module A {}