commit | 9ab605acf4a08a795d222c5602fdc595ce70348f | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Wed Sep 02 21:06:27 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Sep 02 21:06:27 2009 +0000 |
tree | 0713e05ac74b8f2a20ca9d2a62315f53d968b2af | |
parent | a0d4b63d15138ca00e12df3c0573954b07ea40a8 [diff] [blame] |
Changed abi mode for these test which are dereferencing an interface pointer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80836 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/method-bad-param.m b/test/SemaObjC/method-bad-param.m index f797188..96d8a18 100644 --- a/test/SemaObjC/method-bad-param.m +++ b/test/SemaObjC/method-bad-param.m
@@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -triple i386-unknown-unknown -fsyntax-only -verify %s @interface foo @end