| Index: pkg/watcher/test/directory_watcher/windows_test.dart
|
| diff --git a/pkg/watcher/test/directory_watcher/windows_test.dart b/pkg/watcher/test/directory_watcher/windows_test.dart
|
| index 6bfb88b44683d0857f54fd8206dedec0d302c386..ea5c8c5a501f3ed70d378b515566bd618fcfec7f 100644
|
| --- a/pkg/watcher/test/directory_watcher/windows_test.dart
|
| +++ b/pkg/watcher/test/directory_watcher/windows_test.dart
|
| @@ -2,7 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'package:path/path.dart' as p;
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:watcher/src/directory_watcher/windows.dart';
|
| import 'package:watcher/watcher.dart';
|
| @@ -10,7 +9,7 @@ import 'package:watcher/watcher.dart';
|
| import 'shared.dart';
|
| import '../utils.dart';
|
|
|
| -main() {
|
| +void main() {
|
| initConfig();
|
|
|
| watcherFactory = (dir) => new WindowsDirectoryWatcher(dir);
|
| @@ -24,4 +23,3 @@ main() {
|
| new isInstanceOf<WindowsDirectoryWatcher>());
|
| });
|
| }
|
| -
|
|
|