| Index: tests/language_strong/list_literal1_test.dart
|
| diff --git a/tests/language_strong/list_literal1_test.dart b/tests/language_strong/list_literal1_test.dart
|
| index 1119280072116663def6254101317cb6cb1e588d..726177ab9fdfc8b719cac9da3596f01ad4e6e7fc 100644
|
| --- a/tests/language_strong/list_literal1_test.dart
|
| +++ b/tests/language_strong/list_literal1_test.dart
|
| @@ -6,6 +6,6 @@
|
|
|
| main() {
|
| var m = const
|
| - <String> // /// 01: static type warning, checked mode compile-time error
|
| + <String> // //# 01: static type warning, checked mode compile-time error
|
| [0, 1];
|
| }
|
|
|