| Index: tests/lib/mirrors/class_declarations_test.dart
 | 
| diff --git a/tests/lib/mirrors/class_declarations_test.dart b/tests/lib/mirrors/class_declarations_test.dart
 | 
| index 6067e07aaed77314c068b826eebc44996e684fb7..a5c90414c9d77787a557076fedb66d34e55b4c09 100644
 | 
| --- a/tests/lib/mirrors/class_declarations_test.dart
 | 
| +++ b/tests/lib/mirrors/class_declarations_test.dart
 | 
| @@ -50,7 +50,7 @@ main() {
 | 
|      'setters');
 | 
|  
 | 
|    // dart2js stops testing here.
 | 
| -  return;  /// 01: ok
 | 
| +  return;  //# 01: ok
 | 
|  
 | 
|    Expect.setEquals(
 | 
|     ['Method(s(+) in s(Class))',
 | 
| 
 |