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 1256e7d..e110959 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++ 
 
 // <rdar://problem/6487662>