[cfe-commits] r89605 - /cfe/trunk/test/CodeGenObjC/undefined-protocol.m

David Chisnall csdavec at swan.ac.uk
Sun Nov 22 09:42:02 PST 2009


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
+
+ at protocol MadeUpProtocol;
+
+ at interface Object <MadeUpProtocol> @end
+ at implementation Object @end





More information about the cfe-commits mailing list