| Index: tests/standalone/io/file_windows_test.dart
|
| diff --git a/tests/standalone/io/file_windows_test.dart b/tests/standalone/io/file_windows_test.dart
|
| index f27f49fc520214edfbd794e179728ae8ea23cc20..d0e2ddc4d141eada4cd0676fffa4191a1313ef38 100644
|
| --- a/tests/standalone/io/file_windows_test.dart
|
| +++ b/tests/standalone/io/file_windows_test.dart
|
| @@ -22,7 +22,6 @@ void testDeleteLongPathPrefix() {
|
| Expect.isFalse(prefixDir.existsSync());
|
| }
|
|
|
| -
|
| void main() {
|
| if (!Platform.isWindows) return;
|
| testDeleteLongPathPrefix();
|
|
|