Chromium Code Reviews| Index: pkg/unittest/unittest.dart |
| =================================================================== |
| --- pkg/unittest/unittest.dart (revision 13392) |
| +++ pkg/unittest/unittest.dart (working copy) |
| @@ -788,7 +788,7 @@ |
| if (!testCase.isComplete && testCase.callbackFunctionsOutstanding == 0) { |
| testCase.pass(); |
| } |
| - }, testNum:_currentTest); |
| + }, null, _currentTest); |
| if (!testCase.isComplete && |
| testCase.callbackFunctionsOutstanding > 0) return; |