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

Unified Diff: tests/lib/mirrors/library_imports_prefixed_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_imports_prefixed_test.dart
diff --git a/tests/lib/mirrors/library_imports_prefixed_test.dart b/tests/lib/mirrors/library_imports_prefixed_test.dart
index 1db1799171cd6095bed4b3a22d0aca7c3ac0df53..7915fae49ed56c41e4a2d63d2cdbd4941241751b 100644
--- a/tests/lib/mirrors/library_imports_prefixed_test.dart
+++ b/tests/lib/mirrors/library_imports_prefixed_test.dart
@@ -17,7 +17,7 @@ test(MirrorSystem mirrors) {
LibraryMirror core = mirrors.findLibrary(#dart.core);
Expect.setEquals([a, b, core],
- prefixed.libraryDependencies.map((dep) => dep.targetLibrary));
+ prefixed.libraryDependencies.map((dep) => dep.targetLibrary));
Expect.stringEquals(
'import dart.core\n'

Powered by Google App Engine
This is Rietveld 408576698