Chromium Code Reviews| Index: test/backend/declarer_test.dart |
| diff --git a/test/backend/declarer_test.dart b/test/backend/declarer_test.dart |
| index 837ced3a3dc82b470dc9d0cbd7057d0ba03c00ac..4ae7b49c5d5dd02f2282682bb03fb0ec4e8a78a8 100644 |
| --- a/test/backend/declarer_test.dart |
| +++ b/test/backend/declarer_test.dart |
| @@ -18,7 +18,7 @@ Suite _suite; |
| void main() { |
| setUp(() { |
| - _suite = new Suite([]); |
| + _suite = new Suite(new Group.root([])); |
| }); |
| group(".test()", () { |