summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-04-10 17:23:51 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-04-10 17:23:51 +0000
commit141e17ae8bcb44e47ec35a9c7d238eca9db15bba (patch)
tree12bf4d3801c8cf5c959f215b61b5f52275e0aad4
parent9d7c0fef6561cadc075071807fbc237c369d0794 (diff)
downloadbcm5719-llvm-141e17ae8bcb44e47ec35a9c7d238eca9db15bba.tar.gz
bcm5719-llvm-141e17ae8bcb44e47ec35a9c7d238eca9db15bba.zip
Add a target triple to test/Index/complete-synthesized.m.
llvm-svn: 154409
-rw-r--r--clang/test/Index/complete-synthesized.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Index/complete-synthesized.m b/clang/test/Index/complete-synthesized.m
index 2b80df22971..8c848fc18b5 100644
--- a/clang/test/Index/complete-synthesized.m
+++ b/clang/test/Index/complete-synthesized.m
@@ -35,9 +35,9 @@
}
@end
-// RUN: c-index-test -code-completion-at=%s:24:1 -fobjc-nonfragile-abi %s | FileCheck %s
-// RUN: c-index-test -code-completion-at=%s:30:2 -fobjc-nonfragile-abi %s | FileCheck %s
-// RUN: c-index-test -code-completion-at=%s:34:2 -fobjc-nonfragile-abi %s | FileCheck %s
+// RUN: c-index-test -code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
+// RUN: c-index-test -code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
+// RUN: c-index-test -code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
// CHECK: NotImplemented:{TypedText _Bool} (50)
// CHECK: ObjCIvarDecl:{ResultType float}{TypedText _prop2} (35)
OpenPOWER on IntegriCloud