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

Unified Diff: tests/language/const_constructor_super2_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/const_constructor_super2_test.dart
diff --git a/tests/language/const_constructor_super2_test.dart b/tests/language/const_constructor_super2_test.dart
index 8832d2417ab5e811ad2f86bf45c31f416e2a5959..6ec4fa3c0431ef8162823deb085ad27cbe60db75 100644
--- a/tests/language/const_constructor_super2_test.dart
+++ b/tests/language/const_constructor_super2_test.dart
@@ -26,4 +26,4 @@ void main() {
Expect.notEquals(foo(), bar());
Expect.notEquals(foo().a, bar().a);
Expect.equals(foo().b, bar().b);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698