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:
David Goldman 2022-02-04 17:47:38 -05:00
parent c64655c78c
commit 6abb70c2d0
1 changed files with 1 additions and 4 deletions

View File

@ -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"),