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

Unified Diff: tests/lib/mirrors/mirrors_resolve_fields_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/mirrors_resolve_fields_test.dart
diff --git a/tests/lib/mirrors/mirrors_resolve_fields_test.dart b/tests/lib/mirrors/mirrors_resolve_fields_test.dart
index d1eccf3e7619c263981b91ca1848ce4cb8e73131..e24d356abf14a7337bd3d2402fd49efc299848be 100644
--- a/tests/lib/mirrors/mirrors_resolve_fields_test.dart
+++ b/tests/lib/mirrors/mirrors_resolve_fields_test.dart
@@ -19,7 +19,7 @@ class A {
}
main() {
- var mirrors = currentMirrorSystem();
+ var mirrors = currentMirrorSystem();
var classMirror = reflectClass(A);
var instanceMirror = classMirror.newInstance(const Symbol(''), []);
Expect.equals(A._STATE_INITIAL, instanceMirror.reflectee._state);

Powered by Google App Engine
This is Rietveld 408576698