| Index: sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart b/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
|
| index 9cb3a9be9248bb6550c59353617e4a529b821277..d3b75da6956c8d158951facbc9e05a7074332662 100644
|
| --- a/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
|
| @@ -10,10 +10,6 @@ import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
|
|
| main() {
|
| - // new File().fullPathSync() does not resolve through NTFS junction points,
|
| - // so this feature does not work on Windows.
|
| - if (Platform.operatingSystem == "windows") return;
|
| -
|
| initConfig();
|
| integration("shared dependency with symlink", () {
|
| d.dir("shared", [
|
|
|