]> granicus.if.org Git - clang/commitdiff
XFAIL this test for now. David/Steve, please sort out the correct fix.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 17 Aug 2009 18:01:54 +0000 (18:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 17 Aug 2009 18:01:54 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79259 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/id-isa-ref.m

index dbb6b2f53d86e9ab34fd159f3a469dd3a1fff30a..dc42f9a539650ff453a9320068505ea83314ea6d 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: clang-cc -fsyntax-only -verify %s
 
+// Failing currently due to Obj-C type representation changes. 2009-09-17
+// XFAIL
+
 typedef struct objc_object {
   struct objc_class *isa;
 } *id;