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)
llvm-svn: 360155

clang/test/Index/print-type-size.c

index d210341..9e12bdc 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;