Chromium Code Reviews| Index: pkg/unittest/test/unittest_completion_test.dart |
| =================================================================== |
| --- pkg/unittest/test/unittest_completion_test.dart (revision 33351) |
| +++ pkg/unittest/test/unittest_completion_test.dart (working copy) |
| @@ -14,7 +14,7 @@ |
| var testFunction = (TestConfiguration testConfig) { |
| test(testName, () { |
| var _callback; |
| - _callback = expectAsyncUntil(() { |
| + _callback = expectAsyncUntil0(() { |
| if (++testConfig.count < 10) { |
| _defer(_callback); |
| } |