| Index: pkg/unittest/lib/src/spread_args_helper.dart
|
| diff --git a/pkg/unittest/lib/src/spread_args_helper.dart b/pkg/unittest/lib/src/spread_args_helper.dart
|
| index cf024f3565cc94a88475dfb5c8d9d536b2475c9e..9367201967c3770fc4e2c4f3b1547ab34698c804 100644
|
| --- a/pkg/unittest/lib/src/spread_args_helper.dart
|
| +++ b/pkg/unittest/lib/src/spread_args_helper.dart
|
| @@ -8,8 +8,6 @@ class _ArgPlaceHolder {
|
| }
|
|
|
| /// Simulates spread arguments using named arguments.
|
| -// TODO(sigmund): remove this class and simply use a closure with named
|
| -// arguments (if still applicable).
|
| class _SpreadArgsHelper {
|
| final Function callback;
|
| final int minExpectedCalls;
|
|
|