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 378dde8 commit 7371650Copy full SHA for 7371650
TestFoundation/TestNSRange.swift
@@ -21,8 +21,7 @@ class TestNSRange : XCTestCase {
21
22
static var allTests: [(String, (TestNSRange) -> () throws -> Void)] {
23
return [
24
- // currently disabled due to pending requirements for NSString
25
- // ("test_NSRangeFromString", test_NSRangeFromString ),
+ ("test_NSRangeFromString", test_NSRangeFromString ),
26
("test_NSRangeBridging", test_NSRangeBridging),
27
("test_NSMaxRange", test_NSMaxRange),
28
("test_NSLocationInRange", test_NSLocationInRange),
0 commit comments