summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-05-12 21:19:39 +0000
committerVince Harron <vince@nethacker.com>2015-05-12 21:19:39 +0000
commitbef5ff3035f7b19422184394beec0ed5904e60fe (patch)
tree2baef5973b5979686b7833ddc5088088bde2f345 /lldb/test/expression_command
parent78d7c54f7ce052f2f114b14f38a55de5e6cb3037 (diff)
downloadbcm5719-llvm-bef5ff3035f7b19422184394beec0ed5904e60fe.tar.gz
bcm5719-llvm-bef5ff3035f7b19422184394beec0ed5904e60fe.zip
Revert accidental file checkin
llvm-svn: 237184
Diffstat (limited to 'lldb/test/expression_command')
-rw-r--r--lldb/test/expression_command/persist_objc_pointeetype/main.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/persist_objc_pointeetype/main.m b/lldb/test/expression_command/persist_objc_pointeetype/main.m
index 5c77ee9ae50..a2b6b703d6c 100644
--- a/lldb/test/expression_command/persist_objc_pointeetype/main.m
+++ b/lldb/test/expression_command/persist_objc_pointeetype/main.m
@@ -3,7 +3,7 @@ clang -g ExtendSuperclass.m -o ExtendSuperclass -framework Foundation -framework
*/
#include <assert.h>
#import <Foundation/Foundation.h>
-@class CKDatabase;
+#import <CloudKit/CloudKit.h>
#define SuperClass CKDatabase
OpenPOWER on IntegriCloud