| Index: tests/lib/mirrors/mirrors_reader_test.dart
|
| diff --git a/tests/lib/mirrors/mirrors_reader_test.dart b/tests/lib/mirrors/mirrors_reader_test.dart
|
| index 5528701e01f8861ddcc7d75b1016bd688f4d53f8..8717f45f551066649591486dd408729820c461eb 100644
|
| --- a/tests/lib/mirrors/mirrors_reader_test.dart
|
| +++ b/tests/lib/mirrors/mirrors_reader_test.dart
|
| @@ -15,7 +15,7 @@ class RuntimeMirrorsReader extends MirrorsReader {
|
| final String mirrorSystemType;
|
|
|
| RuntimeMirrorsReader(MirrorSystem mirrorSystem,
|
| - {bool verbose: false, bool includeStackTrace: false})
|
| + {bool verbose: false, bool includeStackTrace: false})
|
| : this.mirrorSystem = mirrorSystem,
|
| this.mirrorSystemType = '${mirrorSystem.runtimeType}',
|
| super(verbose: verbose, includeStackTrace: includeStackTrace);
|
| @@ -39,7 +39,7 @@ class RuntimeMirrorsReader extends MirrorsReader {
|
| } else if (mirrorSystemType == 'JsMirrorSystem') {
|
| // Dart2js runtime mirror system.
|
| if (tag.endsWith('.metadata')) {
|
| - return true;// Issue 10905.
|
| + return true; // Issue 10905.
|
| }
|
| }
|
| return false;
|
|
|