From: Chris Lattner Date: Mon, 16 Feb 2009 17:11:14 +0000 (+0000) Subject: specify a triple to use, otherwise we get errors on this test for X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1e0c8dd058772d0d21230b8a04444d950afad0f;p=clang specify a triple to use, otherwise we get errors on this test for hosts with a different size_t type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64636 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjC/interface-scope-2.m b/test/SemaObjC/interface-scope-2.m index 1256e7db1a..e110959d15 100644 --- a/test/SemaObjC/interface-scope-2.m +++ b/test/SemaObjC/interface-scope-2.m @@ -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++ //