| Index: tests/language/string_interpolation2_test.dart
|
| diff --git a/tests/language/string_interpolation2_test.dart b/tests/language/string_interpolation2_test.dart
|
| index 55aa734890d832783e8483184c3a1ab49c570309..f54fc950814d885d306c7aacfe6ec7d8638966c6 100644
|
| --- a/tests/language/string_interpolation2_test.dart
|
| +++ b/tests/language/string_interpolation2_test.dart
|
| @@ -7,7 +7,7 @@
|
| class StringInterpolation2NegativeTest {
|
| static testMain() {
|
| // Dollar followed by "/".
|
| - print('C;Y1;X4;K"$/Month"'); /// 01: compile-time error
|
| + print('C;Y1;X4;K"$/Month"'); //# 01: compile-time error
|
| }
|
| }
|
|
|
|
|