diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2014-06-21 18:28:44 +0000 | 
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2014-06-21 18:28:44 +0000 | 
| commit | 4f1560242a4b61d45e4379368b19b837ed47c749 (patch) | |
| tree | 91c75d1203cc051ba167c6631d3333ef70625c92 /clang | |
| parent | d886f1a3708079e421787391292ac6246bc2b033 (diff) | |
| download | bcm5719-llvm-4f1560242a4b61d45e4379368b19b837ed47c749.tar.gz bcm5719-llvm-4f1560242a4b61d45e4379368b19b837ed47c749.zip  | |
[test] Add '-target' option to fix bot failure.
llvm-svn: 211439
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Index/index-pch-objc.m | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/index-pch-objc.m b/clang/test/Index/index-pch-objc.m index fd89988d5cf..b9b741f9b7f 100644 --- a/clang/test/Index/index-pch-objc.m +++ b/clang/test/Index/index-pch-objc.m @@ -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  | 

