| Index: pkg/front_end/testcases/rasta/bad_explicit_super_constructor.dart.direct.expect
 | 
| diff --git a/pkg/front_end/testcases/rasta/bad_explicit_super_constructor.dart.direct.expect b/pkg/front_end/testcases/rasta/bad_explicit_super_constructor.dart.direct.expect
 | 
| index a0d831109bfb91494aa71cf32d189b835de2001d..9f269d1c02178f9d738862416f739fcc4282942d 100644
 | 
| --- a/pkg/front_end/testcases/rasta/bad_explicit_super_constructor.dart.direct.expect
 | 
| +++ b/pkg/front_end/testcases/rasta/bad_explicit_super_constructor.dart.direct.expect
 | 
| @@ -9,7 +9,7 @@ class A extends core::Object {
 | 
|  }
 | 
|  class B extends self::A {
 | 
|    const constructor •() → void
 | 
| -    : invalid-initializer
 | 
| +    : final dynamic #t1 = const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/bad_explicit_super_constructor.dart:10:15: Error: Method not found: 'super.'.\n  const B() : super();\n              ^"))
 | 
|      ;
 | 
|  }
 | 
|  static method main() → dynamic {
 | 
| 
 |