Skip to content

Commit a0a8f76

Browse files
author
Mohit Athwani
committed
Fixed indentation in test case
1 parent 52622e6 commit a0a8f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestNSString.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class TestNSString : XCTestCase {
6767
("test_CFStringCreateMutableCopy", test_CFStringCreateMutableCopy),
6868
("test_FromContentsOfURL",test_FromContentsOfURL),
6969
("test_FromContentsOfURLUsedEncodingUTF16BE", test_FromContentsOfURLUsedEncodingUTF16BE),
70-
("test_FromContentOfFile",test_FromContentOfFile),
70+
("test_FromContentOfFile",test_FromContentOfFile),
7171
("test_swiftStringUTF16", test_swiftStringUTF16),
7272
// This test takes forever on build servers; it has been seen up to 1852.084 seconds
7373
// ("test_completePathIntoString", test_completePathIntoString),

0 commit comments

Comments
 (0)