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