| Index: tests/language_strong/regress_21793_test.dart
|
| diff --git a/tests/language_strong/regress_21793_test.dart b/tests/language_strong/regress_21793_test.dart
|
| index 2ca0c5fe42d5c6072cee0a2e389747f2cad3f5e2..623f7f71ffc1a1a1eff04cef3c9ffe4f81037ded 100644
|
| --- a/tests/language_strong/regress_21793_test.dart
|
| +++ b/tests/language_strong/regress_21793_test.dart
|
| @@ -6,9 +6,9 @@
|
|
|
| import 'package:expect/expect.dart';
|
|
|
| -/* // /// 01: static type warning, runtime error
|
| +/* // //# 01: static type warning, runtime error
|
| class A { call(x) => x; }
|
| -*/ // /// 01: continued
|
| +*/ // //# 01: continued
|
|
|
| main() {
|
| print(new A()(499));
|
|
|