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

Unified Diff: tests/lib/mirrors/library_import_deferred_loading_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/lib/mirrors/library_import_deferred_loading_test.dart
diff --git a/tests/lib/mirrors/library_import_deferred_loading_test.dart b/tests/lib/mirrors/library_import_deferred_loading_test.dart
index d25daf803b1411ecdea5575ad1a86977622dc359..9b228273a42b9a4cd9f3e2669fcd486227fccd6b 100644
--- a/tests/lib/mirrors/library_import_deferred_loading_test.dart
+++ b/tests/lib/mirrors/library_import_deferred_loading_test.dart
@@ -25,4 +25,4 @@ main() {
Expect.equals(#test.other_library, dep.targetLibrary.simpleName);
Expect.equals(42, other.topLevelMethod());
});
-}
+}

Powered by Google App Engine
This is Rietveld 408576698