Skip to content

Commit c42b02d

Browse files
committed
[sys][tests] Add missing test, fix comment
- `FileTests` is automatically discovered on OS X, but won't be run on Linux builds. - The file referred to in the comment no longer exists; update it to the current filename.
1 parent 3c6fdfb commit c42b02d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/sys/main.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public protocol XCTestCaseProvider {
77
}
88
#endif
99

10-
// POSIXTests.swift
10+
// PathTests.swift
1111
PathTests().invokeTest()
1212
WalkTests().invokeTest()
1313
StatTests().invokeTest()
@@ -25,3 +25,6 @@ URLTests().invokeTest()
2525

2626
// TOMLTests.swift
2727
TOMLTests().invokeTest()
28+
29+
// FileTests.swift
30+
FileTests().invokeTest()

0 commit comments

Comments
 (0)