We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52622e6 commit a0a8f76Copy full SHA for a0a8f76
TestFoundation/TestNSString.swift
@@ -67,7 +67,7 @@ class TestNSString : XCTestCase {
67
("test_CFStringCreateMutableCopy", test_CFStringCreateMutableCopy),
68
("test_FromContentsOfURL",test_FromContentsOfURL),
69
("test_FromContentsOfURLUsedEncodingUTF16BE", test_FromContentsOfURLUsedEncodingUTF16BE),
70
- ("test_FromContentOfFile",test_FromContentOfFile),
+ ("test_FromContentOfFile",test_FromContentOfFile),
71
("test_swiftStringUTF16", test_swiftStringUTF16),
72
// This test takes forever on build servers; it has been seen up to 1852.084 seconds
73
// ("test_completePathIntoString", test_completePathIntoString),
0 commit comments