]> granicus.if.org Git - clang/commitdiff
Add an explicit triple to this test to hopefully appease the build bots.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 7 May 2019 14:40:37 +0000 (14:40 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 7 May 2019 14:40:37 +0000 (14:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360155 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/print-type-size.c

index d2103419212986e8bcc3878da875e97abd31c28b..9e12bdcf2765c09be754828b4610f58b7155bb0d 100644 (file)
@@ -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;