Chromium Code Reviews| Index: test/backend/invoker_test.dart |
| diff --git a/test/backend/invoker_test.dart b/test/backend/invoker_test.dart |
| index 186545d0916186f6aa4cdaeb5800e2906796b463..7eea6043ddcbc63754620769563a692fc9f1a9ef 100644 |
| --- a/test/backend/invoker_test.dart |
| +++ b/test/backend/invoker_test.dart |
| @@ -16,7 +16,7 @@ void main() { |
| var suite; |
| setUp(() { |
| lastState = null; |
| - suite = new Suite("suite", []); |
| + suite = new Suite([]); |
| }); |
| group("Invoker.current", () { |