You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Darwin/Foundation-swiftoverlay-Tests/TestMeasurement.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import Foundation
14
14
import XCTest
15
15
16
16
// We define our own units here so that we can have closer control over checking the behavior of just struct Measurement and not the rest of Foundation
@@ -1423,15 +1423,15 @@ open class OperationQueue : NSObject, ProgressReporting {
1423
1423
extensionOperationQueue{
1424
1424
// These two functions are inherently a race condition and should be avoided if possible
1425
1425
1426
-
@available(OSX, introduced:10.5, deprecated:100000, message:"access to operations is inherently a race condition, it should not be used. For barrier style behaviors please use addBarrierBlock: instead")
1426
+
@available(macOS, introduced:10.5, deprecated:100000, message:"access to operations is inherently a race condition, it should not be used. For barrier style behaviors please use addBarrierBlock: instead")
0 commit comments