| Index: tests/standalone/io/file_system_watcher_test.dart
|
| diff --git a/tests/standalone/io/file_system_watcher_test.dart b/tests/standalone/io/file_system_watcher_test.dart
|
| index 453b4b5f4a55466ec93290fab948bb05253d3f1d..b7a4dc09879b0a3db4c50e76700346f22a5b2da6 100644
|
| --- a/tests/standalone/io/file_system_watcher_test.dart
|
| +++ b/tests/standalone/io/file_system_watcher_test.dart
|
| @@ -237,6 +237,7 @@ void testWatchNonRecursive() {
|
|
|
|
|
| void main() {
|
| + if (!FileSystemEntity.isWatchSupported) return;
|
| testWatchCreateFile();
|
| testWatchModifyFile();
|
| testWatchMoveFile();
|
|
|