r360155 - Add an explicit triple to this test to hopefully appease the build bots.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 07:40:37 PDT 2019


Author: aaronballman
Date: Tue May  7 07:40:37 2019
New Revision: 360155

URL: http://llvm.org/viewvc/llvm-project?rev=360155&view=rev
Log:
Add an explicit triple to this test to hopefully appease the build bots.

Modified:
    cfe/trunk/test/Index/print-type-size.c

Modified: cfe/trunk/test/Index/print-type-size.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/print-type-size.c?rev=360155&r1=360154&r2=360155&view=diff
==============================================================================
--- cfe/trunk/test/Index/print-type-size.c (original)
+++ cfe/trunk/test/Index/print-type-size.c Tue May  7 07:40:37 2019
@@ -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;




More information about the cfe-commits mailing list