Skip to content

Commit

Permalink
fix: remove Parameter of overriding method should be annotated with _…
Browse files Browse the repository at this point in the history
…_attribute__((noescape)) (#720)
  • Loading branch information
KazuCocoa authored Jun 6, 2023
1 parent 8bc3135 commit 5f811ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PrivateHeaders/XCTest/XCTestCase.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
- (void)reportMeasurements:(id)arg1 forMetricID:(id)arg2 reportFailures:(BOOL)arg3;
- (void)_recordValues:(id)arg1 forPerformanceMetricID:(id)arg2 name:(id)arg3 unitsOfMeasurement:(id)arg4 baselineName:(id)arg5 baselineAverage:(id)arg6 maxPercentRegression:(id)arg7 maxPercentRelativeStandardDeviation:(id)arg8 maxRegression:(id)arg9 maxStandardDeviation:(id)arg10 file:(id)arg11 line:(unsigned long long)arg12;
- (id)_symbolicationRecordForTestCodeInAddressStack:(id)arg1;
- (void)measureBlock:(CDUnknownBlockType)arg1;
- (void)stopMeasuring;
- (void)startMeasuring;
- (BOOL)_isMeasuringMetrics;
Expand Down

0 comments on commit 5f811ac

Please sign in to comment.