Skip to content

Commit f1c6cb4

Browse files
authored
Mark OrderedSetDiffingTests with availability (apple#54)
1 parent c0549b6 commit f1c6cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/OrderedCollectionsTests/OrderedSet/OrderedSet Diffing Tests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class MeasuringHashable: Hashable {
3333
}
3434
}
3535

36+
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
3637
class OrderedSetDiffingTests: CollectionTestCase {
3738

3839
func _validatePerformance<T: Hashable>(from a: OrderedSet<T>, to b: OrderedSet<T>) {

0 commit comments

Comments
 (0)