We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d61a8 commit 76d59e8Copy full SHA for 76d59e8
2 files changed
PrivateHeaders/XCTest/CDStructures.h
@@ -24,5 +24,8 @@ typedef struct {
24
unsigned short _field3[1];
25
} CDStruct_27a325c0;
26
27
+#pragma clang diagnostic push
28
+#pragma clang diagnostic ignored "-Wreserved-identifier"
29
int _XCTSetApplicationStateTimeout(double timeout);
30
double _XCTApplicationStateTimeout(void);
31
+#pragma clang diagnostic pop
PrivateHeaders/XCTest/XCTestCase.h
@@ -8,7 +8,10 @@
8
9
#import <WebDriverAgentLib/CDStructures.h>
10
11
12
13
@class NSInvocation, XCTestCaseRun, XCTestContext, _XCTestCaseImplementation;
14
15
16
@interface XCTestCase()
17
{
0 commit comments