| 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 82a8fbdbac912e68020e78b4051a64db322d834f..93d15b09bdd5e68f8d72a5dbf4fce925e66b312b 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::dart.core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
|
| + throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
|
| }
|
|
|