Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: tests/standalone/io/file_windows_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698