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

Unified Diff: tests/language/library5_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/library5_test.dart
diff --git a/tests/language/library5_test.dart b/tests/language/library5_test.dart
index d3a45b0f2577a07f10796b24ef51301a5f894774..ca6919d0eb3dd6ba34bc79c0fb7716721dc86511 100644
--- a/tests/language/library5_test.dart
+++ b/tests/language/library5_test.dart
@@ -4,6 +4,7 @@
//
library Library5Test.dart;
+
import "package:expect/expect.dart";
import "library5a.dart" as lib5a;
import "library5b.dart" as lib5b;
@@ -20,4 +21,3 @@ main() {
Expect.equals(41, foo(() => 41));
Expect.equals(42, bar((x) => x));
}
-

Powered by Google App Engine
This is Rietveld 408576698