Commit be7d3e4e authored by Lindsay Pasricha's avatar Lindsay Pasricha Committed by Commit Bot

Remove obsolete TODO, fix typo in test_support_ios.mm

Bug: 137010
Change-Id: I3f8c1674e1ccfaa5edfd924c7044154d603738c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827952Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701655}
parent 2d3ca8f9
......@@ -101,7 +101,7 @@ static char** g_argv;
}
// Returns true if the gtest output should be redirected to a file, then sent
// to NSLog when compleete. This redirection is used because gtest only writes
// to NSLog when complete. This redirection is used because gtest only writes
// output to stdout, but results must be written to NSLog in order to show up in
// the device log that is retrieved from the device by the host.
- (BOOL)shouldRedirectOutputToFile {
......@@ -183,8 +183,6 @@ static char** g_argv;
// If a test app is too fast, it will exit before Instruments has has a
// a chance to initialize and no test results will be seen.
// TODO(crbug.com/137010): Figure out how much time is actually needed, and
// sleep only to make sure that much time has elapsed since launch.
[NSThread sleepUntilDate:[NSDate dateWithTimeIntervalSinceNow:2.0]];
_window.reset();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment