diff options
| author | Vince Harron <vince@nethacker.com> | 2015-05-12 21:19:39 +0000 |
|---|---|---|
| committer | Vince Harron <vince@nethacker.com> | 2015-05-12 21:19:39 +0000 |
| commit | bef5ff3035f7b19422184394beec0ed5904e60fe (patch) | |
| tree | 2baef5973b5979686b7833ddc5088088bde2f345 /lldb/test/expression_command | |
| parent | 78d7c54f7ce052f2f114b14f38a55de5e6cb3037 (diff) | |
| download | bcm5719-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.m | 2 |
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 |

