| Index: tests/lib/mirrors/globalized_closures2_test.dart
 | 
| diff --git a/tests/lib/mirrors/globalized_closures2_test.dart b/tests/lib/mirrors/globalized_closures2_test.dart
 | 
| index 36c211a06de419a7b94f46be0420af1d30c87ca2..bfb7b492395e27f633859c6c69de0a6d85c144c6 100644
 | 
| --- a/tests/lib/mirrors/globalized_closures2_test.dart
 | 
| +++ b/tests/lib/mirrors/globalized_closures2_test.dart
 | 
| @@ -33,5 +33,5 @@ main() {
 | 
|        collectedParents.add(MirrorSystem.getName(c.superclass.simpleName));
 | 
|      }
 | 
|    };
 | 
| -  Expect.isTrue(collectedParents.isEmpty);   /// 00: ok
 | 
| +  Expect.isTrue(collectedParents.isEmpty);   //# 00: ok
 | 
|  }
 | 
| 
 |