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

Unified Diff: tests/lib_strong/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_strong/mirrors/top_level_accessors_test.dart
diff --git a/tests/lib_strong/mirrors/top_level_accessors_test.dart b/tests/lib_strong/mirrors/top_level_accessors_test.dart
index 1caef2d24d6838314a31b21bb0f0642d62b269ca..78b265a116653c4622fee08743022e025b6c87ee 100644
--- a/tests/lib_strong/mirrors/top_level_accessors_test.dart
+++ b/tests/lib_strong/mirrors/top_level_accessors_test.dart
@@ -18,8 +18,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