Skip to content

Commit f638d14

Browse files
Fix test build
1 parent 1751cba commit f638d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/JavaScriptEventLoopTests/WebWorkerDedicatedExecutorTests.swift

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if compiler(>=6.1) && _runtime(_multithreaded)
12
import XCTest
23
@testable import JavaScriptEventLoop
34

@@ -30,3 +31,4 @@ final class WebWorkerDedicatedExecutorTests: XCTestCase {
3031
XCTAssertTrue(isMainThread())
3132
}
3233
}
34+
#endif

0 commit comments

Comments
 (0)