| Index: test/kernel/regression/super_operator.dart.txt
|
| diff --git a/test/kernel/regression/super_operator.dart.txt b/test/kernel/regression/super_operator.dart.txt
|
| index 08fb994e841a13ddd35f4f87f521577f5b55f7a3..7f4a6302fd8b9c8b89c005fc4ee76bfab89c4f86 100644
|
| --- a/test/kernel/regression/super_operator.dart.txt
|
| +++ b/test/kernel/regression/super_operator.dart.txt
|
| @@ -25,5 +25,5 @@ class Autobianchi extends core::Object {
|
| constructor •() → self::Autobianchi
|
| : super core::Object::•();
|
| method g() → dynamic
|
| - return invalid-expression;
|
| + return let final dynamic #t4 = 0 in throw core::_unresolvedSuperMethodError(this, #[], <dynamic>[#t4], <dynamic, dynamic>{}, null);
|
| }
|
|
|