Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zltnDC committed Sep 12, 2023
1 parent 3c1e1be commit f2ed04a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import FlyingFox
private let port: Int
private let automator: Automator
private let server: HTTPServer
// private let dispatchGroup = DispatchGroup()
#endif

@objc
Expand Down Expand Up @@ -61,9 +60,6 @@ import FlyingFox
let address = await server.listeningAddress

Logger.shared.i("Server started on :\(address)")

// dispatchGroup.enter()
// dispatchGroup.wait()
#endif
}
}
3 changes: 1 addition & 2 deletions packages/patrol/ios/Classes/PatrolIntegrationTestRunner.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
\
/* Spin the runloop waiting until the app reports the Dart tests it contains */ \
while (!dartTestFiles) { \
[NSRunLoop.currentRunLoop runUntilDate:[NSDate dateWithTimeIntervalSinceNow:5.0]]; \
/* @throw [NSException exceptionWithName:@"TODO exception1234" reason:@"Test" userInfo:nil]; */ \
[NSRunLoop.currentRunLoop runUntilDate:[NSDate dateWithTimeIntervalSinceNow:1.0]]; \
} \
\
NSLog(@"Got %lu Dart tests: %@", dartTestFiles.count, dartTestFiles); \
Expand Down

0 comments on commit f2ed04a

Please sign in to comment.