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

Unified Diff: tests/lib/mirrors/top_level_accessors_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/top_level_accessors_test.dart
diff --git a/tests/lib/mirrors/top_level_accessors_test.dart b/tests/lib/mirrors/top_level_accessors_test.dart
index 577febe1f39e57d450a1ab256657592fb33b7b5a..60ed5ad3178eee00b6ef12c90b19e21dd27f9575 100644
--- a/tests/lib/mirrors/top_level_accessors_test.dart
+++ b/tests/lib/mirrors/top_level_accessors_test.dart
@@ -19,8 +19,8 @@ set accessor(value) {
}
main() {
- LibraryMirror library = currentMirrorSystem()
- .findLibrary(#test.top_level_accessors_test);
+ LibraryMirror library =
+ currentMirrorSystem().findLibrary(#test.top_level_accessors_test);
field = 42;
Expect.equals(42, library.getField(#accessor).reflectee);
Expect.equals(87, library.setField(#accessor, 87).reflectee);

Powered by Google App Engine
This is Rietveld 408576698