]> granicus.if.org Git - clang/commitdiff
specify a triple to use, otherwise we get errors on this test for
authorChris Lattner <sabre@nondot.org>
Mon, 16 Feb 2009 17:11:14 +0000 (17:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Feb 2009 17:11:14 +0000 (17:11 +0000)
hosts with a different size_t type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64636 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/interface-scope-2.m

index 1256e7db1a4f28970f249a26a53e790c77979bd3..e110959d15a75a9ea284b3c0f34528f826388cfa 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -fsyntax-only -verify -triple i686-apple-darwin9  %s
 // FIXME: must also compile as Objective-C++ 
 
 // <rdar://problem/6487662>