| Index: pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect b/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
|
| index 90616a9dc8f46109198e52ca42c0feb3d62982d8..872e5db5520fda9f2c49e0fe6d806e88fa9e17c4 100644
|
| --- a/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/rasta/class_hierarchy.dart.outline.expect
|
| @@ -17,8 +17,8 @@ class C extends core::Object {
|
| }
|
| class D extends core::Object {
|
| static field dynamic _redirecting# = <dynamic>[self::D::•];
|
| - static factory •() → dynamic
|
| - throw "Redirection constructor target not found: Missing";
|
| + static factory •() → self::D
|
| + throw new core::NoSuchMethodError::_withType(null, #Missing, -1, <dynamic>[].toList(growable: false), <dynamic, dynamic>{}, null);
|
| }
|
| static method main() → void
|
| ;
|
|
|