From a264d9aa9b4d37655dc4648919c971bb3a068a61 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 16 Mar 2017 15:01:23 -0300 Subject: [PATCH] Responding to CR. // FREEBIE --- Signal/test/phone/PhoneNumberTest.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Signal/test/phone/PhoneNumberTest.m b/Signal/test/phone/PhoneNumberTest.m index 44d1fc0de..3eae009e5 100644 --- a/Signal/test/phone/PhoneNumberTest.m +++ b/Signal/test/phone/PhoneNumberTest.m @@ -81,9 +81,6 @@ test([PhoneNumberUtil translateCursorPosition:4 from:@"(5551) 234-567" to:@"(555) 123-4567" stickingRightward:false] == 4); test([PhoneNumberUtil translateCursorPosition:5 from:@"(5551) 234-567" to:@"(555) 123-4567" stickingRightward:false] == 7); } -//+ (NSString *)callingCodeFromCountryCode:(NSString *)code; -//+ (NSString *)countryNameFromCountryCode:(NSString *)code; -//+ (NSArray *)countryCodesForSearchTerm:(NSString *)searchTerm; - (void)testCallingCodeFromCountryCode { @@ -109,7 +106,7 @@ { // PhoneNumberUtil needs a valid OWSContactsManager in the TextSecureKitEnv, // but we want to avoid constructing the entire app apparatus so we pass nil -// for the other parameters of the environemtn and disable nonnull warnings. +// for the other parameters of the environment and disable nonnull warnings. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wnonnull" TextSecureKitEnv *sharedEnv = [[TextSecureKitEnv alloc] initWithCallMessageHandler:nil