[Lldb-commits] [lldb] r237184 - Revert accidental file checkin

Vince Harron vince at nethacker.com
Tue May 12 14:19:39 PDT 2015


Author: vharron
Date: Tue May 12 16:19:39 2015
New Revision: 237184

URL: http://llvm.org/viewvc/llvm-project?rev=237184&view=rev
Log:
Revert accidental file checkin


Modified:
    lldb/trunk/test/expression_command/persist_objc_pointeetype/main.m

Modified: lldb/trunk/test/expression_command/persist_objc_pointeetype/main.m
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/persist_objc_pointeetype/main.m?rev=237184&r1=237183&r2=237184&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/persist_objc_pointeetype/main.m (original)
+++ lldb/trunk/test/expression_command/persist_objc_pointeetype/main.m Tue May 12 16:19:39 2015
@@ -3,7 +3,7 @@ clang -g ExtendSuperclass.m -o ExtendSup
 */
 #include <assert.h>
 #import <Foundation/Foundation.h>
- at class CKDatabase;
+#import <CloudKit/CloudKit.h>
 
 #define SuperClass CKDatabase
 





More information about the lldb-commits mailing list