diff --git a/FirebasePerformance/Tests/Unit/FPRObjectInstrumentorTest.m b/FirebasePerformance/Tests/Unit/FPRObjectInstrumentorTest.m index 45d0c583e83..9ef5db9267a 100644 --- a/FirebasePerformance/Tests/Unit/FPRObjectInstrumentorTest.m +++ b/FirebasePerformance/Tests/Unit/FPRObjectInstrumentorTest.m @@ -35,8 +35,6 @@ - (void)testInitWithObject { XCTAssertFalse(instrumentor.hasModifications); } -#ifdef TODO -// On Xcode 15, this test fails /** Tests copying a selector that's not present on the target object. */ - (void)testCopySelectorFromClassThatModifies { NSObject *object = [[NSObject alloc] init]; @@ -54,7 +52,6 @@ - (void)testCopySelectorFromClassThatModifies { XCTAssertNoThrow([(GULSwizzledObject *)object gul_class]); XCTAssertEqual([object class], [(GULSwizzledObject *)object gul_class]); } -#endif /** Tests copying a selector that already exists on the object doesn't work. */ - (void)testCopySelectorFromClassThatDoesNotModify {