diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2019-05-07 14:40:37 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2019-05-07 14:40:37 +0000 |
| commit | c635eb725e6e497af5a9b3bc71a0df3c4b67e92c (patch) | |
| tree | b7f593f0d022088fc1291c2f5ffaedc4ad9efdda /clang | |
| parent | 96a8241084eabf897d9bd4f7e9e9e072d055a160 (diff) | |
| download | bcm5719-llvm-c635eb725e6e497af5a9b3bc71a0df3c4b67e92c.tar.gz bcm5719-llvm-c635eb725e6e497af5a9b3bc71a0df3c4b67e92c.zip | |
Add an explicit triple to this test to hopefully appease the build bots.
llvm-svn: 360155
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Index/print-type-size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/print-type-size.c b/clang/test/Index/print-type-size.c index d2103419212..9e12bdcf276 100644 --- a/clang/test/Index/print-type-size.c +++ b/clang/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; |

