aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-17 19:45:27 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-17 19:45:27 +0000
commitfc241089f8f88be8a458d4a35b53d52f8a26bfee (patch)
treea4c4c7aa81b56f75ab8cdf732c8035e1e5eaabb8 /UnitTesting/GTMSenTestCase.m
parentd9679f3c7cc21cf4a0c1400a838b723dc5cf37c1 (diff)
[Author: dmaclach]
Fix up build on iPhone device. R=jfaller,thomasvl DELTA=1 (0 added, 0 deleted, 1 changed)
Diffstat (limited to 'UnitTesting/GTMSenTestCase.m')
-rw-r--r--UnitTesting/GTMSenTestCase.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMSenTestCase.m b/UnitTesting/GTMSenTestCase.m
index a6d8aeb..9d1c444 100644
--- a/UnitTesting/GTMSenTestCase.m
+++ b/UnitTesting/GTMSenTestCase.m
@@ -398,7 +398,7 @@ static int MethodSort(const void *a, const void *b) {
Class cls = classes[i];
if (class_respondsToSelector(cls, @selector(superclass))) {
Class superClass = [cls superclass];
- if ([self isEqualTo:superClass]) {
+ if ([self isEqual:superClass]) {
isAbstract = YES;
}
}