@@ -526,7 +526,7 @@ import SlurpFastEnumeration
526
526
with: & state, objects: AutoreleasingUnsafeMutablePointer ( stackBuf. baseAddress) ,
527
527
count: stackBufLength)
528
528
expectNotEqual ( 0 , state. state)
529
- expectNotEmpty ( state. mutationsPtr)
529
+ expectNotNil ( state. mutationsPtr)
530
530
if returnedCount == 0 {
531
531
break
532
532
}
@@ -545,7 +545,7 @@ import SlurpFastEnumeration
545
545
with: & state, objects: AutoreleasingUnsafeMutablePointer ( stackBuf. baseAddress) ,
546
546
count: stackBufLength)
547
547
expectNotEqual ( 0 , state. state)
548
- expectNotEmpty ( state. mutationsPtr)
548
+ expectNotNil ( state. mutationsPtr)
549
549
expectEqual ( 0 , returnedCount)
550
550
}
551
551
}
@@ -568,7 +568,7 @@ typealias AnyObjectTuple2 = (AnyObject, AnyObject)
568
568
with: & state, objects: AutoreleasingUnsafeMutablePointer ( stackBuf. baseAddress) ,
569
569
count: stackBufLength)
570
570
expectNotEqual ( 0 , state. state)
571
- expectNotEmpty ( state. mutationsPtr)
571
+ expectNotNil ( state. mutationsPtr)
572
572
if returnedCount == 0 {
573
573
break
574
574
}
@@ -778,7 +778,7 @@ typealias AnyObjectTuple2 = (AnyObject, AnyObject)
778
778
with: & state, objects: AutoreleasingUnsafeMutablePointer ( stackBuf. baseAddress) ,
779
779
count: stackBufLength)
780
780
expectNotEqual ( 0 , state. state)
781
- expectNotEmpty ( state. mutationsPtr)
781
+ expectNotNil ( state. mutationsPtr)
782
782
if returnedCount == 0 {
783
783
break
784
784
}
@@ -797,7 +797,7 @@ typealias AnyObjectTuple2 = (AnyObject, AnyObject)
797
797
with: & state, objects: AutoreleasingUnsafeMutablePointer ( stackBuf. baseAddress) ,
798
798
count: stackBufLength)
799
799
expectNotEqual ( 0 , state. state)
800
- expectNotEmpty ( state. mutationsPtr)
800
+ expectNotNil ( state. mutationsPtr)
801
801
expectEqual ( 0 , returnedCount)
802
802
}
803
803
}
0 commit comments