forked from OSchip/llvm-project
Removed the test case, as Chris did have a test case in the patch.
llvm-svn: 68214
This commit is contained in:
parent
df3a9f92b3
commit
95c802cc03
|
@ -1,43 +0,0 @@
|
|||
// RUN: clang-cc -emit-llvm -o %t %s
|
||||
|
||||
@class XCLogItemAdapter;
|
||||
@class XCEConfigurableDataSource;
|
||||
|
||||
@interface XCBuildResultsOutlineLogic {
|
||||
XCLogItemAdapter * _toplevelItemAdapter;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@interface XCBuildResultsOutlineView
|
||||
@property(nonatomic,readonly) XCEConfigurableDataSource * xceDataSource;
|
||||
|
||||
@end
|
||||
|
||||
@interface XCEConfigurableDataSource
|
||||
@property (nonatomic, assign) id context;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation XCBuildResultsOutlineView
|
||||
@dynamic xceDataSource;
|
||||
- selectionSource {
|
||||
XCBuildResultsOutlineLogic * outlineLogic;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@interface XCLogItemAdapter {
|
||||
id _textColor;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
@implementation XCLogItemAdapter
|
||||
- (id) FOOO
|
||||
{
|
||||
return _textColor;
|
||||
}
|
Loading…
Reference in New Issue