Roll engine to 4374ccc1be46f0f5e0d86b44a76cc3e1f1af8bb0. (#17669)

This commit is contained in:
Ryan Macnak 2018-05-17 10:53:00 -07:00 committed by GitHub
parent ac67efbc83
commit 2e24351fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
06afdfe54ebef9168a90ca00a6721c2d36e6aafa
4374ccc1be46f0f5e0d86b44a76cc3e1f1af8bb0

View file

@ -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,
));