aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-09-24 01:51:38 +0000
committerTed Kremenek <kremenek@apple.com>2010-09-24 01:51:38 +0000
commitfc320e32932cc022a74f8fadbce2830e8c8a26a8 (patch)
tree8756cd8a90f4d944e867ed2db177499bed94c11d
parent4e4297290c86be38668bb064c695c5cd760d81a5 (diff)
Since this test depends on default ivar synthesis, specify the target triple. This hopefully unbreaks the buildbot
on some archs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114716 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Index/properties-default-synthesis.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/properties-default-synthesis.m b/test/Index/properties-default-synthesis.m
index e26ca731e5..59f986820e 100644
--- a/test/Index/properties-default-synthesis.m
+++ b/test/Index/properties-default-synthesis.m
@@ -27,7 +27,7 @@
}
@end
-// RUN: c-index-test -test-load-source local %s | FileCheck %s
+// RUN: c-index-test -test-load-source local -cc1 -triple x86_64-apple-darwin10.0.0 -fsyntax-only %s | FileCheck %s
// CHECK: properties-default-synthesis.m:2:1: UnexposedDecl=[2:8, 2:17, 2:27] Extent=[2:1 - 2:35]
// CHECK: properties-default-synthesis.m:2:8: ObjCClassRef=NSArray:2:8 Extent=[2:8 - 2:15]
// CHECK: properties-default-synthesis.m:2:17: ObjCClassRef=NSString:2:17 Extent=[2:17 - 2:25]