| Index: tests/language_strong/constant_type_literal_test.dart
|
| diff --git a/tests/language_strong/constant_type_literal_test.dart b/tests/language_strong/constant_type_literal_test.dart
|
| index 21c60e987e15127113e6bcbe82f2d644a8a9091e..6243a7d2956a023e622537581942ff5a9f9af6bf 100644
|
| --- a/tests/language_strong/constant_type_literal_test.dart
|
| +++ b/tests/language_strong/constant_type_literal_test.dart
|
| @@ -8,7 +8,7 @@ class C<T> {
|
| void m() {
|
| const List lst = const [
|
| T //# 01: compile-time error
|
| - ];
|
| + ];
|
| }
|
| }
|
|
|
|
|