commit | 504c31e57d3bb2ed9eac884b4636a07e17934e11 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Mon May 15 13:38:01 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon May 15 13:38:01 2023 -0700 |
tree | 748a64f77046e2f923350c07aa1e8e93ae4bdcd7 | |
parent | 1bc8f84d9571b30070ff3c1e6b20c011341cc100 [diff] |
Remove expectation of process exit in test body (dart-lang/test_process#43) Closes dart-lang/test_process#31 This check does not seem to serve a useful purpose - most tests which care about the process existing will already be using `shouldExit`. Since we have a `kill` in the teardown, we may as well not force the test to timeout before hitting it.