We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FPRCounterListTest
#ifdef UNSWIZZLE_AVAILABLE
1 parent 34d5eca commit 9ce2dccCopy full SHA for 9ce2dcc
FirebasePerformance/Tests/Unit/Timer/FPRCounterListTest.m
@@ -19,6 +19,10 @@
19
#import "FirebasePerformance/Sources/Public/FirebasePerformance/FIRPerformance.h"
20
#import "FirebasePerformance/Sources/Timer/FPRCounterList.h"
21
22
+// This test requires the UNSWIZZLE_AVAILABLE preprocessor macro to be defined in order to complete
23
+// successfully. See FPRSelectorInstrumentor.m for more details.
24
+#ifdef UNSWIZZLE_AVAILABLE
25
+
26
@interface FPRCounterListTest : XCTestCase
27
28
@end
@@ -162,3 +166,5 @@ - (void)testCounterInitializeWithNegativeValue {
162
166
}
163
167
164
168
169
170
+#endif // UNSWIZZLE_AVAILABLE
0 commit comments