[cfe-commits] r114716 - /cfe/trunk/test/Index/properties-default-synthesis.m
Ted Kremenek
kremenek at apple.com
Thu Sep 23 18:51:38 PDT 2010
Author: kremenek
Date: Thu Sep 23 20:51:38 2010
New Revision: 114716
URL: http://llvm.org/viewvc/llvm-project?rev=114716&view=rev
Log:
Since this test depends on default ivar synthesis, specify the target triple. This hopefully unbreaks the buildbot
on some archs.
Modified:
cfe/trunk/test/Index/properties-default-synthesis.m
Modified: cfe/trunk/test/Index/properties-default-synthesis.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/properties-default-synthesis.m?rev=114716&r1=114715&r2=114716&view=diff
==============================================================================
--- cfe/trunk/test/Index/properties-default-synthesis.m (original)
+++ cfe/trunk/test/Index/properties-default-synthesis.m Thu Sep 23 20:51:38 2010
@@ -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]
More information about the cfe-commits
mailing list