Chromium Code Reviews| 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; |
|
Bob Nystrom
2013/05/07 17:36:14
Nice!
nweiz
2013/05/07 20:40:15
Let's see if it breaks the bots before we celebrat
|
| - |
| initConfig(); |
| integration("shared dependency with symlink", () { |
| d.dir("shared", [ |