| Index: tests/language/src/StringInterpolationTest.dart
|
| diff --git a/tests/language/src/StringInterpolationTest.dart b/tests/language/src/StringInterpolationTest.dart
|
| index a4ef200f57bb07505ee07824324b73f83ff13a08..37ad5d671c8dcb4c36573082b114504e02e48879 100644
|
| --- a/tests/language/src/StringInterpolationTest.dart
|
| +++ b/tests/language/src/StringInterpolationTest.dart
|
| @@ -55,7 +55,7 @@ class StringInterpolationTest {
|
| Expect.equals("}", "escaped \${3+2}"[17]);
|
|
|
| if (alwaysFalse) {
|
| - "${i.toHorse()}"; /// 01: static type error
|
| + "${i.toHorse()}"; /// 01: static type warning
|
| }
|
| }
|
|
|
|
|