Index: tests/language/regress_23051_test.dart |
diff --git a/tests/language/regress_23051_test.dart b/tests/language/regress_23051_test.dart |
index 6d466d3aff8a05353f8ece0cc2827e543904ac7e..41fa9671e38660dd29228296dbd177f5ed0799d2 100644 |
--- a/tests/language/regress_23051_test.dart |
+++ b/tests/language/regress_23051_test.dart |
@@ -5,11 +5,11 @@ |
// Regression test for issue 23051. |
main() { |
- new A(); /// 01: compile-time error |
+ new A(); // /// 01: compile-time error |
} |
-class A { /// 01: continued |
+class A { // /// 01: continued |
// Note the trailing ' in the next line. /// 01: continued |
- get foo => bar();' /// 01: continued |
+ get foo => bar();' // /// 01: continued |
/// 01: continued |
sra1
2017/03/21 03:28:14
fix
|
- String bar( /// 01: continued |
+ String bar( // /// 01: continued |