Skip to content

Commit 93025ab

Browse files
committed
Delete an incorrect FIXME
1 parent 536cf8a commit 93025ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,8 +1391,6 @@ final class SwiftDriverTests: XCTestCase {
13911391
let plannedJobs = try driver.planBuild()
13921392
XCTAssertEqual(plannedJobs.count, 4)
13931393
// No module wrapping with Mach-O.
1394-
// FIXME: There should also be an autolink-extract job. It looks like our
1395-
// triple parsing code is not detecting the object file format correctly.
13961394
XCTAssertEqual(plannedJobs.map { $0.kind }, [.compile, .mergeModule, .link, .generateDSYM])
13971395
}
13981396
#endif

0 commit comments

Comments
 (0)