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' |