| Index: tests/lib/mirrors/parameter_test.dart
|
| diff --git a/tests/lib/mirrors/parameter_test.dart b/tests/lib/mirrors/parameter_test.dart
|
| index 4eb6ad596432523ba8d400ee2f55e28872861e2b..100864423d9bc9983b21dc738c030e0734d2dafc 100644
|
| --- a/tests/lib/mirrors/parameter_test.dart
|
| +++ b/tests/lib/mirrors/parameter_test.dart
|
| @@ -79,7 +79,7 @@ main() {
|
| barConstructor.returnType);
|
|
|
| // dart2js stops testing here.
|
| - return; /// 01: ok
|
| + return; //# 01: ok
|
|
|
| MethodMirror bazConstructor = constructors[#B.baz];
|
| expect('Method(s(B.baz) in s(B), constructor)', bazConstructor);
|
|
|