Unverified Commit 2e24351f authored by Ryan Macnak's avatar Ryan Macnak Committed by GitHub

Roll engine to 4374ccc1be46f0f5e0d86b44a76cc3e1f1af8bb0. (#17669)

parent ac67efbc
06afdfe54ebef9168a90ca00a6721c2d36e6aafa
4374ccc1be46f0f5e0d86b44a76cc3e1f1af8bb0
......@@ -177,7 +177,7 @@ Future<Null> main() async {
test('Error reporting - NoSuchMethodError', () async {
expect(console, isEmpty);
final dynamic exception = new NoSuchMethodError(5, #foo, <dynamic>[2, 4], null);
final dynamic exception = new NoSuchMethodError(5, #foo, <dynamic>[2, 4], null); // ignore: deprecated_member_use
FlutterError.dumpErrorToConsole(new FlutterErrorDetails(
exception: exception,
));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment