You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* createSymbolicLinkAtPath:withDestination:error: returns YES if the symbolic link that point at 'destPath' was able to be created at the location specified by 'path'. If this method returns NO, the link was unable to be created and an NSError will be returned by reference in the 'error' parameter. This method does not traverse a terminal symlink.
Copy file name to clipboardExpand all lines: TestFoundation/TestNSAttributedString.swift
-5
Original file line number
Diff line number
Diff line change
@@ -192,10 +192,6 @@ class TestNSAttributedString : XCTestCase {
192
192
}
193
193
194
194
func test_enumerateAttributes(){
195
-
#if os(Android)
196
-
// Invalid dictionary returned by CFAttributedStringGetAttributesAndLongestEffectiveRange
197
-
XCTFail("Intermittent failures on Android")
198
-
#else
199
195
letstring="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus consectetur et sem vitae consectetur. Nam venenatis lectus a laoreet blandit."
0 commit comments