summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 01:03:31 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 01:03:31 +0000
commit384a957051663492e48b178474eab2a0d393da4a (patch)
tree043d7fba6fd3010d537ca3e50d1ce7e990edf2c8
parentae551a853d1504214b617d28c868500afdc38777 (diff)
downloadbcm5719-llvm-384a957051663492e48b178474eab2a0d393da4a.tar.gz
bcm5719-llvm-384a957051663492e48b178474eab2a0d393da4a.zip
clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin.
llvm-svn: 169199
-rw-r--r--clang/test/Index/comment-objc-decls.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-objc-decls.m b/clang/test/Index/comment-objc-decls.m
index ec989b2101a..7844ae59abd 100644
--- a/clang/test/Index/comment-objc-decls.m
+++ b/clang/test/Index/comment-objc-decls.m
@@ -1,6 +1,6 @@
// RUN: rm -rf %t
// RUN: mkdir %t
-// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s > %t/out
+// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 %s > %t/out
// RUN: FileCheck %s < %t/out
// Ensure that XML we generate is not invalid.
OpenPOWER on IntegriCloud