]> granicus.if.org Git - clang/commitdiff
[test] Add '-target' option to fix bot failure.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 21 Jun 2014 18:28:44 +0000 (18:28 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 21 Jun 2014 18:28:44 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211439 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/index-pch-objc.m

index fd89988d5cfae05c8ca13c3e017b545875dd5e95..b9b741f9b7f69ebf1e7fdf23479965303e533d5f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: c-index-test -write-pch %t.pch %s
+// RUN: c-index-test -write-pch %t.pch -target x86_64-apple-darwin10 %s
 // RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s
 
 @interface SomeClass