| Index: pkg/front_end/testcases/rasta/bad_constructor_redirection.dart.direct.expect
 | 
| diff --git a/pkg/front_end/testcases/rasta/bad_constructor_redirection.dart.direct.expect b/pkg/front_end/testcases/rasta/bad_constructor_redirection.dart.direct.expect
 | 
| index 76f08943dcce05bac1514d905aefea73efeece7c..2ba15c715628d595b1179ea49dfaef1516f6fcd3 100644
 | 
| --- a/pkg/front_end/testcases/rasta/bad_constructor_redirection.dart.direct.expect
 | 
| +++ b/pkg/front_end/testcases/rasta/bad_constructor_redirection.dart.direct.expect
 | 
| @@ -4,7 +4,8 @@ import "dart:core" as core;
 | 
|  
 | 
|  class C extends core::Object {
 | 
|    const constructor •() → void
 | 
| -    : invalid-initializer;
 | 
| +    : final dynamic #t1 = const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/bad_constructor_redirection.dart:6:20: Error: Method not found: 'x'.\n  const C() : this.x(1);\n                   ^"))
 | 
| +    ;
 | 
|    const constructor x() → void
 | 
|      : super core::Object::•()
 | 
|      ;
 | 
| 
 |