| Index: tests/standalone/io/file_system_watcher_test.dart
|
| diff --git a/tests/standalone/io/file_system_watcher_test.dart b/tests/standalone/io/file_system_watcher_test.dart
|
| index 63d60ea5850306ca469c741c06b63fb94d0af4f5..37cb0a8ec3d73c8c6e3e8432c3c8e69ed50470ad 100644
|
| --- a/tests/standalone/io/file_system_watcher_test.dart
|
| +++ b/tests/standalone/io/file_system_watcher_test.dart
|
| @@ -100,8 +100,6 @@ void testWatchDeleteFile() {
|
| asyncEnd();
|
| dir.deleteSync(recursive: true);
|
| }
|
| - }, onDone: () {
|
| - Expect.isTrue(gotEvent);
|
| }, onError: (e) {
|
| dir.deleteSync(recursive: true);
|
| throw e;
|
|
|