| Index: tests/lib/async/catch_errors_test.dart
|
| diff --git a/tests/lib/async/catch_errors_test.dart b/tests/lib/async/catch_errors_test.dart
|
| index b76aad37af70882417d86e690d5bfb4cf9fa4b24..08ed6f50b3421e4f45f0cdd33a2c5f1648f56ecc 100644
|
| --- a/tests/lib/async/catch_errors_test.dart
|
| +++ b/tests/lib/async/catch_errors_test.dart
|
| @@ -8,7 +8,7 @@ import 'dart:isolate';
|
|
|
| main() {
|
| // We keep a ReceivePort open until all tests are done. This way the VM will
|
| - // time out if the callbacks are not invoked.
|
| + // hang if the callbacks are not invoked and the test will time out.
|
| var port = new ReceivePort();
|
| // Make sure `catchErrors` shuts down the error stream when the synchronous
|
| // operation is done and there isn't any asynchronous pending callback.
|
|
|