Skip to content

Commit

Permalink
Fix Ubuntu queue priority not set
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Apr 3, 2024
1 parent b0ace55 commit 3923794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/QueuerTests/QueuerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Dispatch
import XCTest

internal class QueuerTests: XCTestCase {
// #if !os(Linux)
#if !os(Linux)
internal func testOperationCount() {
let queue = Queuer(name: "QueuerTestOperationCount")
let testExpectation = expectation(description: "Operation Count")
Expand All @@ -48,7 +48,7 @@ internal class QueuerTests: XCTestCase {
XCTAssertEqual(queue.operationCount, 0)
}
}
// #endif
#endif

internal func testOperations() {
let queue = Queuer(name: "QueuerTestOperations")
Expand Down

0 comments on commit 3923794

Please sign in to comment.