Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: sky/tests/framework/stocks.dart

Issue 1184823006: Settings menu item in stock2 doesn't work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/tests/framework/stocks.dart
diff --git a/sky/tests/framework/stocks.dart b/sky/tests/framework/stocks.dart
index c1b379f4f5a580e95cb06dcfe1d0c414dbb1e735..69922b7fca67ec2b374c226562eff5d602619ff1 100644
--- a/sky/tests/framework/stocks.dart
+++ b/sky/tests/framework/stocks.dart
@@ -18,7 +18,7 @@ void main() {
TestRenderView testRenderView = new TestRenderView();
test("launching stock app", () {
- new StocksApp(renderViewOverride: testRenderView);
+ runApp(new StocksApp(), renderViewOverride: testRenderView);
new Future.microtask(testRenderView.checkFrame);
});
}

Powered by Google App Engine
This is Rietveld 408576698