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

Unified Diff: tests/language_strong/inline_closure_with_constant_arguments_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/inline_closure_with_constant_arguments_test.dart
diff --git a/tests/language_strong/inline_closure_with_constant_arguments_test.dart b/tests/language_strong/inline_closure_with_constant_arguments_test.dart
index 94bf52476ac1f15d330bae6c75c0adf8aa859024..c495ec5db6f71a22628a31b8b12f1c6a321ef815 100644
--- a/tests/language_strong/inline_closure_with_constant_arguments_test.dart
+++ b/tests/language_strong/inline_closure_with_constant_arguments_test.dart
@@ -15,7 +15,6 @@ primeForSmis(bool b) {
}
}
-
main() {
for (var i = 0; i < 20; i++) {
Expect.equals(3, primeForSmis(true));

Powered by Google App Engine
This is Rietveld 408576698