Skip to content

Commit 4ac2494

Browse files
committed
chore: lint
1 parent 9ad3a89 commit 4ac2494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/DispatchAsyncTests/DispatchQueueTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ func testBasicDispatchQueueMain() async throws {
3131
#if os(Linux)
3232
#expect(DispatchQueue.isMain)
3333
#elseif !os(WASI)
34-
#expect(Thread.isMainThread) // NOTE: Thread API's aren't currently available on OS(WASI), as of June 2025
34+
// NOTE: Thread API's aren't currently available on OS(WASI), as of June 2025
35+
#expect(Thread.isMainThread)
3536
#endif
3637
continuation.resume(returning: true)
3738
}

0 commit comments

Comments
 (0)