Skip to content

Commit c7a7f18

Browse files
committed
Remove extra //
1 parent 5765580 commit c7a7f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-test/test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private extension String {
3939
#if os(OSX)
4040
return self.isDirectory //Package.xctest is dir on OSX
4141
#else
42-
return self.isFile ////test-Package is executable on OSX
42+
return self.isFile //test-Package is executable on OSX
4343
#endif
4444
}
4545
}

0 commit comments

Comments
 (0)