aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-09-02 21:06:27 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-09-02 21:06:27 +0000
commit9ab605acf4a08a795d222c5602fdc595ce70348f (patch)
tree0713e05ac74b8f2a20ca9d2a62315f53d968b2af
parenta0d4b63d15138ca00e12df3c0573954b07ea40a8 (diff)
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
-rw-r--r--test/SemaObjC/method-bad-param.m2
-rw-r--r--test/SemaObjC/static-ivar-ref-1.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/method-bad-param.m b/test/SemaObjC/method-bad-param.m
index f797188669..96d8a18092 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
diff --git a/test/SemaObjC/static-ivar-ref-1.m b/test/SemaObjC/static-ivar-ref-1.m
index 3c37e9e830..89526b0c10 100644
--- a/test/SemaObjC/static-ivar-ref-1.m
+++ b/test/SemaObjC/static-ivar-ref-1.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -ast-print %s
+// RUN: clang-cc -triple i386-unknown-unknown -ast-print %s
@interface current
{