| Index: pkg/front_end/test/fasta/expressions.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/expressions.dart.direct.expect b/pkg/front_end/test/fasta/expressions.dart.direct.expect
|
| index 803d58d8ee993d9972a57c8cb89b223e9c2f3872..fde709d0c0c518d1883da6a13892bf6250eb6964 100644
|
| --- a/pkg/front_end/test/fasta/expressions.dart.direct.expect
|
| +++ b/pkg/front_end/test/fasta/expressions.dart.direct.expect
|
| @@ -75,5 +75,5 @@ static method main() → dynamic {
|
| on core::NoSuchMethodError catch(dynamic e) {
|
| core::print("As expected: ${e}");
|
| }
|
| - core::print(core::int::parse("42", radix: null, onError: null));
|
| + core::print(core::int::parse("42"));
|
| }
|
|
|