Chromium Code Reviews| Index: test/utils.dart |
| diff --git a/test/utils.dart b/test/utils.dart |
| index 97316e08c9fa836e8b7bb6b04471d77ff1b3ccdf..0bdeee1297cb1c246b43d053bec1f4320be309b5 100644 |
| --- a/test/utils.dart |
| +++ b/test/utils.dart |
| @@ -179,7 +179,7 @@ Future pumpEventQueue([int times=20]) { |
| /// Returns a local [LiveTest] that runs [body]. |
| LiveTest createTest(body()) { |
| var test = new LocalTest("test", body); |
| - var suite = new Suite("suite", [test]); |
| + var suite = new Suite([test]); |
| return test.load(suite); |
| } |