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

Unified Diff: tests/language/large_class_declaration_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/large_class_declaration_test.dart
diff --git a/tests/language/large_class_declaration_test.dart b/tests/language/large_class_declaration_test.dart
index 2408cca833cfd0e2f15ee36ea573bd016eeb8c9a..15c6721ca3d231518e0193f585ed1ad053fca1e6 100644
--- a/tests/language/large_class_declaration_test.dart
+++ b/tests/language/large_class_declaration_test.dart
@@ -20015,4 +20015,4 @@ main() {
var a = new A();
a.a20000 = 42;
Expect.equals(42, a.a20000);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698