| Index: tests/language_strong/prefix23_test.dart | 
| diff --git a/tests/language_strong/prefix23_test.dart b/tests/language_strong/prefix23_test.dart | 
| index 2b56b68b61a58d0b8bc495e18e5ceaf3a03023d1..568d71d035c1f5effec0829816bc13e180b83940 100644 | 
| --- a/tests/language_strong/prefix23_test.dart | 
| +++ b/tests/language_strong/prefix23_test.dart | 
| @@ -9,7 +9,7 @@ library Prefix23Test.dart; | 
| import "library12.dart" as lib12; | 
|  | 
| class myClass { | 
| -  lib12.Library13 fld;  /// static type warning | 
| +  lib12.Library13 fld;  //# static type warning | 
| } | 
|  | 
| main() { | 
|  |