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

Unified Diff: tests/language_strong/propagate_past_constant_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/propagate_past_constant_test.dart
diff --git a/tests/language_strong/propagate_past_constant_test.dart b/tests/language_strong/propagate_past_constant_test.dart
index 03858b4b56aa238de47ad6417cc6e58a54e1cac3..095e70602914648e9456d624df22466f032fd513 100644
--- a/tests/language_strong/propagate_past_constant_test.dart
+++ b/tests/language_strong/propagate_past_constant_test.dart
@@ -14,7 +14,8 @@ main() {
var x = foo('foo');
var y = foo(x);
x = 'constant';
- check(y); // 'y' should not propagate here unless reference to 'x' is rewritten
+ check(
+ y); // 'y' should not propagate here unless reference to 'x' is rewritten
foo(x);
foo(x);
}

Powered by Google App Engine
This is Rietveld 408576698