| Index: tests/language/string_interpolation4_test.dart
|
| diff --git a/tests/language/string_interpolation4_test.dart b/tests/language/string_interpolation4_test.dart
|
| index ab26160735b92563bf237b3f9ebea181f35d0fa8..d343e432a99a26018eb2cb723f507c379249d55a 100644
|
| --- a/tests/language/string_interpolation4_test.dart
|
| +++ b/tests/language/string_interpolation4_test.dart
|
| @@ -7,7 +7,7 @@
|
| class StringInterpolation4NegativeTest {
|
| static testMain() {
|
| // Dollar not followed by "{" or identifier.
|
| - print("-" + "$" + "foo"); /// 01: compile-time error
|
| + print("-" + "$" + "foo"); //# 01: compile-time error
|
| }
|
| }
|
|
|
|
|