Author: theraven
Date: Sun Nov 22 11:42:02 2009
New Revision: 89605

URL: http://llvm.org/viewvc/llvm-project?rev=89605&view=rev
Log:
Test case for bug fixed in r89457.


Added:
    cfe/trunk/test/CodeGenObjC/undefined-protocol.m

Added: cfe/trunk/test/CodeGenObjC/undefined-protocol.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/undefined-protocol.m?rev=89605&view=auto

==============================================================================
--- cfe/trunk/test/CodeGenObjC/undefined-protocol.m (added)
+++ cfe/trunk/test/CodeGenObjC/undefined-protocol.m Sun Nov 22 11:42:02 2009
@@ -0,0 +1,6 @@
+// RUN: clang-cc -emit-llvm-only -fgnu-runtime %s
+
+...@protocol MadeUpProtocol;
+
+...@interface Object <MadeUpProtocol> @end
+...@implementation Object @end


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to