Skip to content

Commit 74aae0a

Browse files
authored
Merge pull request #260 from owenv/delete-bad-fixme
Delete an incorrect FIXME
2 parents 536cf8a + 93025ab commit 74aae0a

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)