Skip to content

Commit

Permalink
Fix macro
Browse files Browse the repository at this point in the history
  • Loading branch information
zltnDC committed Sep 13, 2023
1 parent 808ef97 commit b587fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/patrol/ios/Classes/PatrolIntegrationTestRunner.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
IMP implementation = imp_implementationWithBlock(^(id _self) { \
[[[XCUIApplication alloc] init] launch]; \
\
__block RunDartTestResponse2 *response = NULL; \
__block RunDartTestResponse2 *response = NULL; \
[appServiceClient runDartTestWithName:dartTestFile \
completionHandler:^(RunDartTestResponse2 *_Nullable r, NSError *_Nullable err) { \
completionHandler:^(RunDartTestResponse2 *_Nullable r, NSError *_Nullable err) { \
if (err != NULL) { \
NSLog(@"runDartTestWithName(%@): failed, err: %@", dartTestFile, err); \
} \
Expand Down

0 comments on commit b587fb2

Please sign in to comment.