| Index: tests/language/regress_23051_test.dart
|
| diff --git a/tests/language/regress_23051_test.dart b/tests/language/regress_23051_test.dart
|
| index 24a29886b4871b17776923784ce601a3a49d101b..58ac140f6a341f94f72d229a1646d8c5a852a544 100644
|
| --- a/tests/language/regress_23051_test.dart
|
| +++ b/tests/language/regress_23051_test.dart
|
| @@ -12,4 +12,4 @@ class A { // //# 01: continued
|
| // Note the trailing ' in the next line. //# 01: continued
|
| get foo => bar();' // //# 01: continued
|
| // //# 01: continued
|
| - String bar( // //# 01: continued
|
| + String bar( // //# 01: continued
|
|
|