| Index: tests/language/prefix23_test.dart
|
| diff --git a/tests/language/prefix23_test.dart b/tests/language/prefix23_test.dart
|
| index 167ba594bc3de8e3b888c37f2f81981a9b3c1a42..72465f0cc3d7ea49709e51d2e463866ebf644e29 100644
|
| --- a/tests/language/prefix23_test.dart
|
| +++ b/tests/language/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() {
|
|
|