Skip to content

Commit b23e631

Browse files
committed
fixup! fix test expectation
1 parent 18bc94a commit b23e631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ SDKPathParsingTestData sdkPathParsingTestCases[] = {
330330
{"/Library/Developer/CommandLineTools/SDKs/iPhoneOS14.1.sdk",
331331
"/Path/To/SDKs/MacOSX11.3.Internal.sdk"},
332332
.expect_mismatch = false,
333-
.expect_internal_sdk = false,
333+
.expect_internal_sdk = true,
334334
.expect_sdk_path_pattern = "iPhoneOS14.1.Internal.sdk"},
335335
};
336336

0 commit comments

Comments
 (0)