Skip to content

Commit c266dec

Browse files
committed
test: Add crash when SentryInitializeForGettingSubclassesNotCalled is called
1 parent 313b966 commit c266dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SentryTests/Integrations/Performance/SentryInitializeForGettingSubclassesNotCalled.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ @implementation SentryInitializeForGettingSubclassesNotCalled
55

66
+ (void)initialize
77
{
8+
assert(false);
89
if (self == [SentryInitializeForGettingSubclassesNotCalled self]) {
910
_SentryInitializeForGettingSubclassesCalled = YES;
1011
}

0 commit comments

Comments
 (0)