Commit bb9cf6d7 authored by Adam Barth's avatar Adam Barth

Add .old extension to silence analyzer

These examples haven't been ported to fn3 yet. Before this patch, they caused a
lot of noise in the analyzer output.
parent 44f0feeb
...@@ -37,7 +37,7 @@ main() async { ...@@ -37,7 +37,7 @@ main() async {
title: 'Test Sprite Performance', title: 'Test Sprite Performance',
theme: _theme, theme: _theme,
routes: { routes: {
'/': (NavigatorState navigator, RouteState route) { '/': (RouteArguments args) {
return new SpriteWidget(new TestPerformance()); return new SpriteWidget(new TestPerformance());
} }
} }
......
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