Skip to content

Commit c22ba90

Browse files
authored
Merge pull request #34061 from CodaFi/mock-toggles
Fixup Structure of Mock SDKSettings
2 parents 9c63218 + 587f06c commit c22ba90

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)