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

Unified Diff: tests/language/bailout_container_type_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/bailout_container_type_test.dart
diff --git a/tests/language/bailout_container_type_test.dart b/tests/language/bailout_container_type_test.dart
index f7b012fdacda1278d761446bb87ee5e42657cd0c..7b58f69af366c015526c6e45041671ed2898e1f7 100644
--- a/tests/language/bailout_container_type_test.dart
+++ b/tests/language/bailout_container_type_test.dart
@@ -5,7 +5,10 @@
// Regression test for dart2js that used to generate bad code for the
// non-bailout version of [main].
-var a = [false, [1, 2, 3]];
+var a = [
+ false,
+ [1, 2, 3]
+];
var b;
main() {

Powered by Google App Engine
This is Rietveld 408576698