| Index: tests/language/string_interpolation_test.dart
|
| diff --git a/tests/language/string_interpolation_test.dart b/tests/language/string_interpolation_test.dart
|
| index 7b2d44795ee061836555d3ab3dd03c27a71fbf2a..ed8b796ec6dbb32f9822192ef04f84e6559f0005 100644
|
| --- a/tests/language/string_interpolation_test.dart
|
| +++ b/tests/language/string_interpolation_test.dart
|
| @@ -9,8 +9,8 @@ class StringInterpolationTest {
|
|
|
| static void m() {}
|
|
|
| - static final int i = 1;
|
| - static final String a = "<hi>";
|
| + static const int i = 1;
|
| + static const String a = "<hi>";
|
|
|
| int j;
|
| int k;
|
|
|