@@ -106,7 +106,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
106
106
}
107
107
108
108
func testBasicSwiftArgs( ) async throws {
109
- // FIXME: should be possible to use InMemoryFileSystem.
110
109
let fs = localFileSystem
111
110
try await withTestScratchDir { tempDir in
112
111
try fs. createFiles (
@@ -166,7 +165,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
166
165
}
167
166
168
167
func testBuildSetup( ) async throws {
169
- // FIXME: should be possible to use InMemoryFileSystem.
170
168
let fs = localFileSystem
171
169
try await withTestScratchDir { tempDir in
172
170
try fs. createFiles (
@@ -212,7 +210,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
212
210
}
213
211
214
212
func testManifestArgs( ) async throws {
215
- // FIXME: should be possible to use InMemoryFileSystem.
216
213
let fs = localFileSystem
217
214
try await withTestScratchDir { tempDir in
218
215
try fs. createFiles (
@@ -245,7 +242,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
245
242
}
246
243
247
244
func testMultiFileSwift( ) async throws {
248
- // FIXME: should be possible to use InMemoryFileSystem.
249
245
let fs = localFileSystem
250
246
try await withTestScratchDir { tempDir in
251
247
try fs. createFiles (
@@ -283,7 +279,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
283
279
}
284
280
285
281
func testMultiTargetSwift( ) async throws {
286
- // FIXME: should be possible to use InMemoryFileSystem.
287
282
let fs = localFileSystem
288
283
try await withTestScratchDir { tempDir in
289
284
try fs. createFiles (
@@ -349,7 +344,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
349
344
}
350
345
351
346
func testUnknownFile( ) async throws {
352
- // FIXME: should be possible to use InMemoryFileSystem.
353
347
let fs = localFileSystem
354
348
try await withTestScratchDir { tempDir in
355
349
try fs. createFiles (
@@ -385,7 +379,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
385
379
}
386
380
387
381
func testBasicCXXArgs( ) async throws {
388
- // FIXME: should be possible to use InMemoryFileSystem.
389
382
let fs = localFileSystem
390
383
try await withTestScratchDir { tempDir in
391
384
try fs. createFiles (
@@ -479,7 +472,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
479
472
}
480
473
481
474
func testDeploymentTargetSwift( ) async throws {
482
- // FIXME: should be possible to use InMemoryFileSystem.
483
475
let fs = localFileSystem
484
476
try await withTestScratchDir { tempDir in
485
477
try fs. createFiles (
@@ -522,7 +514,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
522
514
}
523
515
524
516
func testSymlinkInWorkspaceSwift( ) async throws {
525
- // FIXME: should be possible to use InMemoryFileSystem.
526
517
let fs = localFileSystem
527
518
try await withTestScratchDir { tempDir in
528
519
try fs. createFiles (
@@ -577,7 +568,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
577
568
}
578
569
579
570
func testSymlinkInWorkspaceCXX( ) async throws {
580
- // FIXME: should be possible to use InMemoryFileSystem.
581
571
let fs = localFileSystem
582
572
try await withTestScratchDir { tempDir in
583
573
try fs. createFiles (
@@ -627,7 +617,6 @@ final class SwiftPMWorkspaceTests: XCTestCase {
627
617
}
628
618
629
619
func testSwiftDerivedSources( ) async throws {
630
- // FIXME: should be possible to use InMemoryFileSystem.
631
620
let fs = localFileSystem
632
621
try await withTestScratchDir { tempDir in
633
622
try fs. createFiles (
0 commit comments