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

Unified Diff: tests/lib/mirrors/method_mirror_name_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/method_mirror_name_test.dart
diff --git a/tests/lib/mirrors/method_mirror_name_test.dart b/tests/lib/mirrors/method_mirror_name_test.dart
index 84e22f86927252ffc453d75abb38b6a5ec9294b7..e796f015de3ae5ce13709d81bc9352642ef8fb47 100644
--- a/tests/lib/mirrors/method_mirror_name_test.dart
+++ b/tests/lib/mirrors/method_mirror_name_test.dart
@@ -15,6 +15,6 @@ doNothing42() {}
main() {
// Regression test for http://www.dartbug.com/6335
var closureMirror = reflect(doNothing42);
- Expect.equals(stringifySymbol(closureMirror.function.simpleName),
- "s(doNothing42)");
+ Expect.equals(
+ stringifySymbol(closureMirror.function.simpleName), "s(doNothing42)");
}

Powered by Google App Engine
This is Rietveld 408576698