Skip to content

Commit eab6ec3

Browse files
committed
implemented symlink for FailingFileSystem
1 parent 82a0793 commit eab6ec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/TSCUtilityTests/DownloaderTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,10 @@ class FailingFileSystem: FileSystem {
517517
fatalError("unexpected call")
518518
}
519519

520+
func createSymbolicLink(_ path: AbsolutePath, pointingAt destination: AbsolutePath) throws {
521+
fatalError("unexpected call")
522+
}
523+
520524
func copy(from sourcePath: AbsolutePath, to destinationPath: AbsolutePath) throws {
521525
fatalError("unexpected call")
522526
}

0 commit comments

Comments
 (0)