Skip to content

Commit 82bfcc3

Browse files
committed
[XCTestCase] Add JIRA ticket link to FIXME
This will make it easier to know when we can remove this workaround.
1 parent db3643a commit 82bfcc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/XCTest/XCTestCase.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class XCTestCase {
3030
/// - Note: FIXME: This property should be readonly, but currently has to be publicly settable due to a
3131
/// toolchain bug on Linux. To ensure compatibility of tests between
3232
/// swift-corelibs-xctest and Apple XCTest, this property should not be modified.
33+
/// See https://bugs.swift.org/browse/SR-1129 for details.
3334
public var name: String
3435

3536
public required init() {

0 commit comments

Comments
 (0)