Skip to content

Commit 587f06c

Browse files
committed
Fixup Structure of Mock SDKSettings
This better reflects the actual structure of the files as they appear in the 10.15 and 10.15.4 SDKs respectively. rdar://69412779
1 parent e6da0c2 commit 587f06c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/Driver/Inputs/MacOSX10.15.4.versioned.sdk/SDKSettings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
"13.2" : "10.15.1",
2424
"13.4" : "10.15.4"
2525
}
26-
}
26+
},
27+
"DefaultDeploymentTarget" : "11.0",
28+
"MaximumDeploymentTarget" : "11.0.99"
2729
}

test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"13.1" : "10.15",
1010
"13.2" : "10.15.1"
1111
}
12-
}
12+
},
13+
"DefaultDeploymentTarget" : "10.15",
14+
"MaximumDeploymentTarget" : "10.15.99"
1315
}

0 commit comments

Comments
 (0)