From 96895e8dcda6b6b7dd3b9c37fb3e3179232efc93 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. llvm-svn: 64636 --- clang/test/SemaObjC/interface-scope-2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/SemaObjC/interface-scope-2.m b/clang/test/SemaObjC/interface-scope-2.m index 1256e7db1a4f..e110959d15a7 100644 --- a/clang/test/SemaObjC/interface-scope-2.m +++ b/clang/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++ //