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

Commit

Permalink
Improve memory management in xctool tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeMan committed Jul 3, 2017
1 parent 65def83 commit 76cf0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xctool/xctool-tests/OCUnitTestRunnerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ + (void)setUp

#pragma mark iOS Tests

- (void)runTestsForRunner:(OCUnitTestRunner *)runner andReturnLaunchOptions:(NSDictionary **)outOptions
- (void)runTestsForRunner:(OCUnitTestRunner *)runner andReturnLaunchOptions:(NSDictionary * __strong *)outOptions
{
[Swizzler whileSwizzlingSelector:@selector(launchApplicationWithID:options:error:)
forInstancesOfClass:[SimDevice class]
Expand Down

0 comments on commit 76cf0c2

Please sign in to comment.