From 2ec34654040eecce81ec605fc5224db9737ae051 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 13 Apr 2010 18:33:49 +0000 Subject: [Author: dmaclach] Should fix up the GTM build problems. I hadn't noticed the leak that would occur in the release case. R=thomasvl DELTA=3 (0 added, 2 deleted, 1 changed) --- Foundation/GTMNSObject+KeyValueObservingTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation/GTMNSObject+KeyValueObservingTest.m') diff --git a/Foundation/GTMNSObject+KeyValueObservingTest.m b/Foundation/GTMNSObject+KeyValueObservingTest.m index a8ffafc..d49118a 100644 --- a/Foundation/GTMNSObject+KeyValueObservingTest.m +++ b/Foundation/GTMNSObject+KeyValueObservingTest.m @@ -97,7 +97,7 @@ selector:@selector(observeValueChange:) userInfo:@"userInfo" options:NSKeyValueObservingOptionNew]; - [GTMUnitTestDevLogDebug expectPattern:@"-\\[GTMNSObject_KeyValueObservingTest" + [GTMUnitTestDevLog expectPattern:@"-\\[GTMNSObject_KeyValueObservingTest" @" testAdding\\] already observing.*"]; [dict_ gtm_addObserver:self forKeyPath:@"key" -- cgit v1.2.3