| Index: pkg/watcher/test/ready/linux_test.dart
|
| diff --git a/pkg/watcher/test/ready/linux_test.dart b/pkg/watcher/test/ready/linux_test.dart
|
| index 7978830bca98dd9f675e91844a87db8c16118417..f7f1b49c12c22dcc2d0fb99889eb4b50c7b9fe42 100644
|
| --- a/pkg/watcher/test/ready/linux_test.dart
|
| +++ b/pkg/watcher/test/ready/linux_test.dart
|
| @@ -4,12 +4,11 @@
|
|
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:watcher/src/directory_watcher/linux.dart';
|
| -import 'package:watcher/watcher.dart';
|
|
|
| import 'shared.dart';
|
| import '../utils.dart';
|
|
|
| -main() {
|
| +void main() {
|
| initConfig();
|
|
|
| watcherFactory = (dir) => new LinuxDirectoryWatcher(dir);
|
| @@ -17,4 +16,4 @@ main() {
|
| setUp(createSandbox);
|
|
|
| sharedTests();
|
| -}
|
| +}
|
|
|