From f7f3e433ffb6b13ef738737e3b61f657191fd93f Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 9 Sep 2011 22:00:25 +0000 Subject: [Author: dmaclach] Clean up clang issues in GTM. The one in GTMABAddressBook is a weird one, that I'll try and file a bug on. R=thomasvl DELTA=92 (53 added, 6 deleted, 33 changed) --- Foundation/GTMServiceManagementTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation/GTMServiceManagementTest.m') diff --git a/Foundation/GTMServiceManagementTest.m b/Foundation/GTMServiceManagementTest.m index 13ac859..f23ceba 100644 --- a/Foundation/GTMServiceManagementTest.m +++ b/Foundation/GTMServiceManagementTest.m @@ -154,7 +154,7 @@ static NSString const *kGTMSocketName CFErrorRef error = NULL; // Can't check ourselves in NSDictionary *badTest - = GTMCFAutorelease(GTMSMJobCheckIn(&error)); + = GTMCFAutorelease(GTMSMCopyJobCheckInDictionary(&error)); STAssertNil(badTest, nil); STAssertNotNULL(error, nil); CFRelease(error); -- cgit v1.2.3