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

Unified Diff: tests/language/named_parameters_named_count_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/named_parameters_named_count_test.dart
diff --git a/tests/language/named_parameters_named_count_test.dart b/tests/language/named_parameters_named_count_test.dart
index 56434d8656f2dcdda537ee3b7281355e5df3f758..80f9e3894dfbac34a0120797b540ec9bc9b442ca 100644
--- a/tests/language/named_parameters_named_count_test.dart
+++ b/tests/language/named_parameters_named_count_test.dart
@@ -6,7 +6,6 @@ import "package:expect/expect.dart";
// Test for named parameter called 'count'.
-
class TestClass {
TestClass();
@@ -17,7 +16,6 @@ class TestClass {
globalMethod([count]) => count;
-
main() {
var obj = new TestClass();

Powered by Google App Engine
This is Rietveld 408576698