| Index: tests/language_strong/regress_23051_test.dart
|
| diff --git a/tests/language_strong/regress_23051_test.dart b/tests/language_strong/regress_23051_test.dart
|
| index bacc0d48c24dc3b539735bb6a090279e5a4bbe05..2c340081b4ce45f63c21fca958212e8355c41582 100644
|
| --- a/tests/language_strong/regress_23051_test.dart
|
| +++ b/tests/language_strong/regress_23051_test.dart
|
| @@ -11,5 +11,5 @@ main() {
|
| class A { // //# 01: continued
|
| // Note the trailing ' in the next line. //# 01: continued
|
| get foo => bar();' // //# 01: continued
|
| - /// 01: continued
|
| - String bar( // //# 01: continued
|
| +/// 01: continued
|
| + String bar( // //# 01: continued
|
|
|