We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dbd5d commit f217707Copy full SHA for f217707
src/darwin/Framework/CHIPTests/TestHelpers/MTRTestCase.mm
@@ -27,8 +27,6 @@
27
// Tasks that are not scoped to a specific test, but rather to a specific test suite.
28
static NSMutableSet<NSTask *> * sRunningCrossTestTasks;
29
30
-static MTRMockCB * sMockCB;
31
-
32
static void ClearTaskSet(NSMutableSet<NSTask *> * __strong & tasks)
33
{
34
for (NSTask * task in tasks) {
@@ -39,6 +37,8 @@ static void ClearTaskSet(NSMutableSet<NSTask *> * __strong & tasks)
39
37
}
40
38
#endif // HAVE_NSTASK
41
+static MTRMockCB * sMockCB;
+
42
@implementation MTRTestCase {
43
#if HAVE_NSTASK
44
NSMutableSet<NSTask *> * _runningTasks;
0 commit comments