Skip to content

Commit d47eb5d

Browse files
authored
Update test-static-stdlib for swift-foundation (#139)
1 parent 759ebf2 commit d47eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-static-stdlib/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import Foundation
33

44
let u = URL(fileURLWithPath: "file:///foo")
55

6-
print("foo bar baz: \(u)")
6+
print("foo bar baz: \(u.relativePath)")

0 commit comments

Comments
 (0)