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 b71e1458b43127eb55142a75f2878e4ee28ab896..8fc2d3e54dec68e8cc4df849ce9c307a08ae10e9 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); |