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

Unified Diff: tests/language_strong/param1_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/language_strong/param1_test.dart
diff --git a/tests/language_strong/param1_test.dart b/tests/language_strong/param1_test.dart
index c2546663b8a57b51d0b8422607a141e3a9a72cde..4c8c0a08d6988f8642bcb8da49bfbff8e9166114 100644
--- a/tests/language_strong/param1_test.dart
+++ b/tests/language_strong/param1_test.dart
@@ -8,10 +8,11 @@ class Param1Test {
// avoid a type error with --enable_type_checks, the type of i below is
// changed from int to String.
// static int testMain(String s, int i) { return i; }
- static int testMain() { return 0; }
+ static int testMain() {
+ return 0;
+ }
}
-
main() {
Param1Test.testMain();
}

Powered by Google App Engine
This is Rietveld 408576698