| Index: tests/language_strong/const_init2_test.dart
|
| diff --git a/tests/language_strong/const_init2_test.dart b/tests/language_strong/const_init2_test.dart
|
| index fa68e4a74313b05da4ecc8d164bd04d53402c4d2..ada367fc82a76ee25c1c8e4c9449bc4548ea4cb0 100644
|
| --- a/tests/language_strong/const_init2_test.dart
|
| +++ b/tests/language_strong/const_init2_test.dart
|
| @@ -8,4 +8,4 @@ const double d = 0; //# 02: static type warning, checked mode compile-time error
|
| main() {
|
| print(c); //# 01: continued
|
| print(d); //# 02: continued
|
| -}
|
| +}
|
|
|