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

Unified Diff: tests/language/continue_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/continue_test.dart
diff --git a/tests/language/continue_test.dart b/tests/language/continue_test.dart
index 576c4fe05ac18868465b166c2c1b20cd5ba97cd6..4587241ecc0aff2d539a267c16bf3cdea4db5f44 100644
--- a/tests/language/continue_test.dart
+++ b/tests/language/continue_test.dart
@@ -38,7 +38,8 @@ class ContinueTest {
// Use a label to continue to the outer loop.
i = 0;
- L: while (i < 50) {
+ L:
+ while (i < 50) {
i += 3;
while (i < 30) {
i += 2;

Powered by Google App Engine
This is Rietveld 408576698