From b1e0c8dd058772d0d21230b8a04444d950afad0f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Feb 2009 17:11:14 +0000 Subject: [PATCH] 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 --- test/SemaObjC/interface-scope-2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ // -- 2.40.0