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

Unified Diff: tests/standalone/io/stdout_stderr_terminal_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/stdout_stderr_terminal_test.dart
diff --git a/tests/standalone/io/stdout_stderr_terminal_test.dart b/tests/standalone/io/stdout_stderr_terminal_test.dart
index 0d880787baff1577aea82217b8de766209f1844a..9de52d647739f3ad6665af30c6b0c93a928e79b9 100644
--- a/tests/standalone/io/stdout_stderr_terminal_test.dart
+++ b/tests/standalone/io/stdout_stderr_terminal_test.dart
@@ -16,7 +16,6 @@ void testTerminalSize(std) {
}
}
-
void main() {
testTerminalSize(stdout);
testTerminalSize(stderr);

Powered by Google App Engine
This is Rietveld 408576698