Chromium Code Reviews| Index: pkg/watcher/test/directory_watcher/polling_test.dart |
| diff --git a/pkg/watcher/test/directory_watcher/polling_test.dart b/pkg/watcher/test/directory_watcher/polling_test.dart |
| index da292073cb9fc640a60000b214555eb7f793c323..1ef49b57acf662abdb47a2e88b42fe3741e2e6ef 100644 |
| --- a/pkg/watcher/test/directory_watcher/polling_test.dart |
| +++ b/pkg/watcher/test/directory_watcher/polling_test.dart |
| @@ -8,7 +8,7 @@ import 'package:watcher/watcher.dart'; |
| import 'shared.dart'; |
| import '../utils.dart'; |
| -main() { |
| +void main() { |
| initConfig(); |
| // Use a short delay to make the tests run quickly. |