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

Unified Diff: tests/language/const_for_in_variable_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/const_for_in_variable_test.dart
diff --git a/tests/language/const_for_in_variable_test.dart b/tests/language/const_for_in_variable_test.dart
index 7298de9a68e6f7fc635685432bdcf16eeb7e570b..dc12639adfcc1a6885d9b637c5bed7da48982bce 100644
--- a/tests/language/const_for_in_variable_test.dart
+++ b/tests/language/const_for_in_variable_test.dart
@@ -3,10 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
main() {
- for(
+ for (
const // //# 01: compile-time error
final // //# 02: ok
int x in const [1, 2, 3]) {
break;
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698