| Index: tests/language/malformed2_test.dart
|
| diff --git a/tests/language/malformed2_test.dart b/tests/language/malformed2_test.dart
|
| index cab3aba58f7ef1267f426bbc7788b73c4869fdec..84011c49712e7c02c3b1b72ee0af492933ccf1da 100644
|
| --- a/tests/language/malformed2_test.dart
|
| +++ b/tests/language/malformed2_test.dart
|
| @@ -49,7 +49,7 @@ test(bool expectTypeError, f(), [String message]) {
|
| }
|
| }
|
|
|
| -const Unresolved c1 = 0; /// 01: static type warning, compile-time error
|
| +const Unresolved c1 = 0; /// 01: static type warning, checked mode compile-time error
|
|
|
| void main() {
|
| print(c1); /// 01: continued
|
|
|