forked from OSchip/llvm-project
Attempt forward fix after 4dfd113
If this doesn't work will just revert the change, can't seem to repro on macOS.
This commit is contained in:
parent
c64655c78c
commit
6abb70c2d0
|
@ -675,14 +675,11 @@ TEST_F(SymbolCollectorTest, ObjCFrameworkIncludeHeader) {
|
|||
testPath("Frameworks/Foundation.framework/Headers/NSObject.h"), 0,
|
||||
llvm::MemoryBuffer::getMemBuffer(FrameworkHeader));
|
||||
std::string PrivateFrameworkHeader = R"(
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@interface PrivateClass : NSObject
|
||||
@end
|
||||
)";
|
||||
InMemoryFileSystem->addFile(
|
||||
testPath("Frameworks/Foundation.framework/Headers/NSObject.h"), 0,
|
||||
llvm::MemoryBuffer::getMemBuffer(FrameworkHeader));
|
||||
InMemoryFileSystem->addFile(
|
||||
testPath(
|
||||
"Frameworks/Foundation.framework/PrivateHeaders/NSObject+Private.h"),
|
||||
|
|
Loading…
Reference in New Issue