From: Aaron Ballman Date: Tue, 7 May 2019 14:40:37 +0000 (+0000) Subject: Add an explicit triple to this test to hopefully appease the build bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5195ebbecfce652c838c3cd4a61610c1f9b74e37;p=clang Add an explicit triple to this test to hopefully appease the build bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360155 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/print-type-size.c b/test/Index/print-type-size.c index d210341921..9e12bdcf27 100644 --- a/test/Index/print-type-size.c +++ b/test/Index/print-type-size.c @@ -1,4 +1,4 @@ -// RUN: c-index-test -test-print-type-size %s | FileCheck %s +// RUN: c-index-test -test-print-type-size %s -target x86_64-pc-linux-gnu | FileCheck %s struct Foo { int size;