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: Sources/XCTest/Public/Asynchronous/XCTestCase+Asynchronous.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public extension XCTestCase {
41
41
/// these environments. To ensure compatibility of tests between
42
42
/// swift-corelibs-xctest and Apple XCTest, it is not recommended to pass
43
43
/// explicit values for `file` and `line`.
44
-
// FIXME: This should have `@MainActor` to match Xcode XCTest, but adding it causes errors in tests authored pre-Swift Concurrency which don't typically have `@MainActor`.
0 commit comments