From: Ted Kremenek Date: Fri, 24 Sep 2010 01:51:38 +0000 (+0000) Subject: Since this test depends on default ivar synthesis, specify the target triple. This... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc320e32932cc022a74f8fadbce2830e8c8a26a8;p=clang 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 --- 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]