Skip to content

Commit

Permalink
test: Fix build for Xcode 13.3 (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Mar 15, 2022
1 parent 672bd2e commit 48e6807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SentryTests/Helper/SentrySwizzleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ - (void)testDeallocSwizzling
@autoreleasepool {
id object = [SentrySwizzleTestClass_D new];
object = nil;
XCTAssertNil(object);
}
ASSERT_LOG_IS(@"d'-d-c'-c-C-a");
}
Expand Down

0 comments on commit 48e6807

Please sign in to comment.