Chromium Code Reviews| Index: sky/tests/widgets/dialog.dart |
| diff --git a/sky/tests/widgets/dialog.dart b/sky/tests/widgets/dialog.dart |
| index b51891bfb682908978e9ff785b41b52933adea26..abbc5f08c256f544ab5a6d1da524193a6c8eb172 100644 |
| --- a/sky/tests/widgets/dialog.dart |
| +++ b/sky/tests/widgets/dialog.dart |
| @@ -14,7 +14,7 @@ main() async { |
| return new Dialog( |
| title: new Text("I am a title"), |
| content: new Text("I am some content"), |
| - actions: new Text("I am some actions") |
| + actions: [new Text("I am some actions")] |
| ); |
| }); |