| Index: test/kernel/regression/unresolved_constructor.dart.txt
|
| diff --git a/test/kernel/regression/unresolved_constructor.dart.txt b/test/kernel/regression/unresolved_constructor.dart.txt
|
| index 93d15b09bdd5e68f8d72a5dbf4fce925e66b312b..43412d9fbe483f8118182e2bc8a023f64c7e959a 100644
|
| --- a/test/kernel/regression/unresolved_constructor.dart.txt
|
| +++ b/test/kernel/regression/unresolved_constructor.dart.txt
|
| @@ -9,5 +9,5 @@ class Foo extends core::Object {
|
| }
|
| static method main() → dynamic {
|
| invalid-expression;
|
| - throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
|
| + throw core::_unresolvedConstructorError@dart.core(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
|
| }
|
|
|