commit | 6c35415912d1e43c21fcaa2823934ae993f2718b | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Wed Sep 02 21:24:14 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Sep 02 21:24:14 2009 +0000 |
tree | 2e2e353d0929055a92e91c38445f2874abe9eb38 | |
parent | c186b8fe4a308b53569fe839a3224de70d92ab0e [diff] [blame] |
Added a FIXME to the test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80840 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/static-ivar-ref-1.m b/test/SemaObjC/static-ivar-ref-1.m index 89526b0..4d0e7ba 100644 --- a/test/SemaObjC/static-ivar-ref-1.m +++ b/test/SemaObjC/static-ivar-ref-1.m
@@ -13,5 +13,6 @@ int foo() { + // FIXME. This should be OK in nonfragile-abi as well. return pc->ivar2 + (*pc).ivar + pc->ivar1; }