| Index: pkg/watcher/test/directory_watcher/mac_os_test.dart
|
| diff --git a/pkg/watcher/test/directory_watcher/mac_os_test.dart b/pkg/watcher/test/directory_watcher/mac_os_test.dart
|
| index f7f8176ae33385399a75dfd13bf69dc99fea29bd..78ff8898515ad3441327ea701c2263b912a6e784 100644
|
| --- a/pkg/watcher/test/directory_watcher/mac_os_test.dart
|
| +++ b/pkg/watcher/test/directory_watcher/mac_os_test.dart
|
| @@ -11,6 +11,7 @@ import '../utils.dart';
|
|
|
| main() {
|
| initConfig();
|
| + MacOSDirectoryWatcher.logDebugInfo = true;
|
|
|
| watcherFactory = (dir) => new MacOSDirectoryWatcher(dir);
|
|
|
|
|