aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.m
diff options
context:
space:
mode:
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 1de4ca7..b7a59a3 100644
--- a/UnitTesting/GTMSenTestCase.m
+++ b/UnitTesting/GTMSenTestCase.m
@@ -423,7 +423,7 @@ static NSInteger MethodSort(id a, id b, void *context) {
}
+ (NSArray *)testInvocations {
- NSArray *invocations = nil;
+ NSArray *invocations = @[];
if (![self isAbstractTestCase]) {
invocations = [super testInvocations];
}