Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 76cf0c2

Browse files
committed
Improve memory management in xctool tests.
1 parent 65def83 commit 76cf0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xctool/xctool-tests/OCUnitTestRunnerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ + (void)setUp
103103

104104
#pragma mark iOS Tests
105105

106-
- (void)runTestsForRunner:(OCUnitTestRunner *)runner andReturnLaunchOptions:(NSDictionary **)outOptions
106+
- (void)runTestsForRunner:(OCUnitTestRunner *)runner andReturnLaunchOptions:(NSDictionary * __strong *)outOptions
107107
{
108108
[Swizzler whileSwizzlingSelector:@selector(launchApplicationWithID:options:error:)
109109
forInstancesOfClass:[SimDevice class]

0 commit comments

Comments
 (0)