Index: tests/standalone/io/windows_file_system_links_test.dart |
diff --git a/tests/standalone/io/windows_file_system_links_test.dart b/tests/standalone/io/windows_file_system_links_test.dart |
index 7775be8a7a26f0a7da366db86bbe9bb0c06988a6..e20dd2455ffb2a0dcd43520709a31d8ee40699e1 100644 |
--- a/tests/standalone/io/windows_file_system_links_test.dart |
+++ b/tests/standalone/io/windows_file_system_links_test.dart |
@@ -81,6 +81,7 @@ testJunctionTypeDelete() { |
main() { |
+ // Links on other platforms are tested by file_system_[async_]links_test. |
if (Platform.operatingSystem == 'windows') { |
testJunctionTypeDelete(); |
} |