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

Unified Diff: tests/language/const_list_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_list_test.dart
diff --git a/tests/language/const_list_test.dart b/tests/language/const_list_test.dart
index 57fc50948aa22a2e7efb883d9cefaddd297e1a23..924ba8a57eb394ae3a2c367373c92ed88f1ee5ff 100644
--- a/tests/language/const_list_test.dart
+++ b/tests/language/const_list_test.dart
@@ -5,7 +5,6 @@
import "package:expect/expect.dart";
class ConstListTest {
-
static testConstructors() {
List fixedList = new List(4);
List fixedList2 = new List(4);

Powered by Google App Engine
This is Rietveld 408576698