remove invalid test - non-optional argument triggers debug assert

pull/1/head
Michael Kirk 7 years ago
parent dd9bd1c1b9
commit 59d3699e1b

@ -35,7 +35,6 @@
@implementation UtilTest
-(void) testRemoveAllCharactersIn {
testThrows([@"" removeAllCharactersIn:nil]);
test([[@"" removeAllCharactersIn:NSCharacterSet.letterCharacterSet] isEqual:@""]);
test([[@"1" removeAllCharactersIn:NSCharacterSet.letterCharacterSet] isEqual:@"1"]);

Loading…
Cancel
Save