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

Unified Diff: tests/kernel/unsorted/try_context_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/kernel/unsorted/try_context_test.dart
diff --git a/tests/kernel/unsorted/try_context_test.dart b/tests/kernel/unsorted/try_context_test.dart
index f836c89416ed4e9d09497f8cf1b907b83314085b..0676f418018df91eddc8f90492c6a178ce3bd95a 100644
--- a/tests/kernel/unsorted/try_context_test.dart
+++ b/tests/kernel/unsorted/try_context_test.dart
@@ -30,7 +30,6 @@ f1() {
return [a, b, c, d];
}
-
f2() {
var a = 0;
var b = 0;
@@ -56,7 +55,6 @@ f2() {
return [a, b, c, d];
}
-
f3() {
var a = 0;
var b = 0;
@@ -83,7 +81,6 @@ f3() {
return [a, b, c, d];
}
-
main() {
Expect.listEquals([450, -450, 10, 100], f1());
Expect.listEquals([450, -450, 10, 100], f2());

Powered by Google App Engine
This is Rietveld 408576698