| Index: pkg/unittest/unittest.dart
|
| diff --git a/pkg/unittest/unittest.dart b/pkg/unittest/unittest.dart
|
| index 73b82a2dd1a3ef7f04313f1989ef0b8630c60e13..4f7bdf0df273397b55f12ebdd0df6f7a1d7e0056 100644
|
| --- a/pkg/unittest/unittest.dart
|
| +++ b/pkg/unittest/unittest.dart
|
| @@ -656,7 +656,7 @@ void _handleCallbackFunctionComplete(testNum) {
|
| _defer(() {
|
| if (_currentTest != testNum) {
|
| if (_tests[testNum].result == PASS) {
|
| - _tests[testNum].error("Unexpected extra callbacks");
|
| + _tests[testNum].error("Unexpected extra callbacks", '');
|
| }
|
| return; // Extraneous callback.
|
| }
|
|
|