Index: tests/lib/mirrors/method_mirror_source_test.dart |
diff --git a/tests/lib/mirrors/method_mirror_source_test.dart b/tests/lib/mirrors/method_mirror_source_test.dart |
index cea4dc1631840b2542ec3bf3076d99553718b99e..41c218087b266f05716d70e9ea4b8b7c595703cd 100644 |
--- a/tests/lib/mirrors/method_mirror_source_test.dart |
+++ b/tests/lib/mirrors/method_mirror_source_test.dart |
@@ -71,7 +71,7 @@ main() { |
ClassMirror cm = reflectClass(C); |
expectSource(cm.declarations[#foo], |
"static dynamic foo() {\n" |
- " // Happy foo.\n" |
+ " // Happy foo.\n" |
sra1
2017/03/21 03:01:09
fix
|
" }"); |
expectSource(cm.declarations[#bar], |
"void bar() { /* Not so happy bar. */ }"); |
@@ -80,7 +80,7 @@ main() { |
" 181;"); |
expectSource(cm.declarations[const Symbol("someX=")], |
"set someX(v) {\n" |
- " // Discard this one.\n" |
+ " // Discard this one.\n" |
" }"); |
expectSource(cm.declarations[#C], |
"C(this._x, y)\n" |