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

Unified Diff: tests/lib_strong/mirrors/typedef_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/typedef_test.dart
diff --git a/tests/lib_strong/mirrors/typedef_test.dart b/tests/lib_strong/mirrors/typedef_test.dart
index 19c7a70f77136eba10219a5d968b2910c9ff75d6..823541c6b51478a9b7a1caca3471b42d2bb2d6ac 100644
--- a/tests/lib_strong/mirrors/typedef_test.dart
+++ b/tests/lib_strong/mirrors/typedef_test.dart
@@ -28,6 +28,7 @@ check(t) {
sb.write(o);
sb.write('\n');
}
+
writeln(t);
t = t.referent;
writeln(t);
@@ -103,8 +104,8 @@ Symbol(\"$y\")
ClassMirror on 'num'
""",
check(reflectType(Bar)));
- type = ft('(dart.core.int, [dart.core.num, dart.core.num])',
- 'dart.core.String');
+ type =
+ ft('(dart.core.int, [dart.core.num, dart.core.num])', 'dart.core.String');
Expect.stringEquals(
"""
TypedefMirror on 'Bar2'
@@ -133,7 +134,7 @@ ClassMirror on 'num'
""",
check(reflectType(Baz)));
type = ft('(dart.core.int, {y: dart.core.num, z: dart.core.num})',
- 'dart.core.String');
+ 'dart.core.String');
Expect.stringEquals(
"""
TypedefMirror on 'Baz2'

Powered by Google App Engine
This is Rietveld 408576698