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

Unified Diff: tests/language/mixin_super_constructor_named_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/mixin_super_constructor_named_test.dart
diff --git a/tests/language/mixin_super_constructor_named_test.dart b/tests/language/mixin_super_constructor_named_test.dart
index a6ec85a701e7ba1735c94bac75b017a9e036a3a6..ad1162b1567aa30cf835949806afaa1bdc364817 100644
--- a/tests/language/mixin_super_constructor_named_test.dart
+++ b/tests/language/mixin_super_constructor_named_test.dart
@@ -8,7 +8,7 @@ class Base {
int i, j;
Base.ctor(int this.i
, {int this.j: 10} // //# 01: compile-time error
- ) {
+ ) {
if (j == null) {
j = 10;
}

Powered by Google App Engine
This is Rietveld 408576698