@@ -1920,7 +1920,7 @@ SetTestSuite.test("BridgedFromObjC.Nonverbatim.Remove")
1920
1920
1921
1921
SetTestSuite . test ( " BridgedFromObjC.Verbatim.RemoveAll " )
1922
1922
. skip (
1923
- . stdlibOlderThan( . custom( 1001. 0 ) ,
1923
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
1924
1924
reason: " https://github.com/apple/swift/pull/22527 " ) )
1925
1925
. code {
1926
1926
do {
@@ -2179,7 +2179,7 @@ SetTestSuite.test("BridgedFromObjC.Verbatim.EqualityTest_Empty") {
2179
2179
2180
2180
SetTestSuite . test ( " BridgedFromObjC.Nonverbatim.EqualityTest_Empty " )
2181
2181
. skip (
2182
- . stdlibOlderThan( . custom( 1001. 0 ) ,
2182
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
2183
2183
reason: " https://github.com/apple/swift/pull/22527 " ) )
2184
2184
. code {
2185
2185
let s1 = getBridgedNonverbatimSet ( [ ] )
@@ -4627,7 +4627,7 @@ SetTestSuite.test("IndexValidation.RemoveAt.AfterGrow") {
4627
4627
#if _runtime(_ObjC)
4628
4628
SetTestSuite . test ( " ForcedNonverbatimBridge.Trap.String " )
4629
4629
. skip (
4630
- . stdlibOlderThan( . custom( 1001. 0 ) ,
4630
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
4631
4631
reason: " https://github.com/apple/swift/pull/23174 " ) )
4632
4632
. skip ( . custom(
4633
4633
{ _isFastAssertConfiguration ( ) } ,
@@ -4651,7 +4651,7 @@ SetTestSuite.test("ForcedNonverbatimBridge.Trap.String")
4651
4651
#if _runtime(_ObjC)
4652
4652
SetTestSuite . test ( " ForcedNonverbatimBridge.Trap.Int " )
4653
4653
. skip (
4654
- . stdlibOlderThan( . custom( 1001. 0 ) ,
4654
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
4655
4655
reason: " https://github.com/apple/swift/pull/23174 " ) )
4656
4656
. skip ( . custom(
4657
4657
{ _isFastAssertConfiguration ( ) } ,
@@ -4784,7 +4784,7 @@ SetTestSuite.test("ForcedVerbatimDowncast.Trap.Int")
4784
4784
#if _runtime(_ObjC)
4785
4785
SetTestSuite . test ( " ForcedBridgingNonverbatimDowncast.Trap.String " )
4786
4786
. skip (
4787
- . stdlibOlderThan( . custom( 1001. 0 ) ,
4787
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
4788
4788
reason: " https://github.com/apple/swift/pull/23174 " ) )
4789
4789
. skip ( . custom(
4790
4790
{ _isFastAssertConfiguration ( ) } ,
@@ -4808,7 +4808,7 @@ SetTestSuite.test("ForcedBridgingNonverbatimDowncast.Trap.String")
4808
4808
#if _runtime(_ObjC)
4809
4809
SetTestSuite . test ( " ForcedBridgingNonverbatimDowncast.Trap.Int " )
4810
4810
. skip (
4811
- . stdlibOlderThan( . custom( 1001. 0 ) ,
4811
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
4812
4812
reason: " https://github.com/apple/swift/pull/23174 " ) )
4813
4813
. skip ( . custom(
4814
4814
{ _isFastAssertConfiguration ( ) } ,
@@ -4833,7 +4833,7 @@ SetTestSuite.test("ForcedBridgingNonverbatimDowncast.Trap.Int")
4833
4833
#if _runtime(_ObjC)
4834
4834
SetTestSuite . test ( " Upcast.StringEqualityMismatch " )
4835
4835
. skip (
4836
- . stdlibOlderThan( . custom( 1001. 0 ) ,
4836
+ . stdlibOlderThan( . custom( 1001 , 0 ) ,
4837
4837
reason: " https://github.com/apple/swift/pull/23683 " ) )
4838
4838
. code {
4839
4839
// Upcasting from NSString to String keys changes their concept of equality,
0 commit comments