File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ class TestNSURL : XCTestCase {
266
266
267
267
func test_fileURLWithPath( ) {
268
268
if !TestNSURL. setup_test_paths ( ) {
269
- let error = strerror ( errno)
269
+ let error = strerror ( errno) !
270
270
XCTFail ( " Failed to set up test paths: \( NSString ( bytes: error, length: Int ( strlen ( error) ) , encoding: NSASCIIStringEncoding) !. bridge ( ) ) " )
271
271
}
272
272
@@ -311,7 +311,7 @@ class TestNSURL : XCTestCase {
311
311
312
312
func test_fileURLWithPath_isDirectory( ) {
313
313
if !TestNSURL. setup_test_paths ( ) {
314
- let error = strerror ( errno)
314
+ let error = strerror ( errno) !
315
315
XCTFail ( " Failed to set up test paths: \( NSString ( bytes: error, length: Int ( strlen ( error) ) , encoding: NSASCIIStringEncoding) !. bridge ( ) ) " )
316
316
}
317
317
You can’t perform that action at this time.
0 commit comments