| Index: tests/lib/mirrors/library_declarations_test.dart
 | 
| diff --git a/tests/lib/mirrors/library_declarations_test.dart b/tests/lib/mirrors/library_declarations_test.dart
 | 
| index 807bb5710cdd9cbb48f75be6411d60019d4c272a..d1acbf34e510142b9260514aeb7675782a023da4 100644
 | 
| --- a/tests/lib/mirrors/library_declarations_test.dart
 | 
| +++ b/tests/lib/mirrors/library_declarations_test.dart
 | 
| @@ -23,7 +23,7 @@ main() {
 | 
|      'variables');
 | 
|  
 | 
|    // dart2js stops testing here.
 | 
| -  return;  /// 01: ok
 | 
| +  return;  //# 01: ok
 | 
|  
 | 
|    Expect.setEquals(
 | 
|     ['Method(s(_libraryGetter)'
 | 
| 
 |