| 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 b3021eb26ca499e1252cd7471bfd346484f599ef..cf024f3565cc94a88475dfb5c8d9d536b2475c9e 100644
|
| --- a/pkg/unittest/lib/src/spread_args_helper.dart
|
| +++ b/pkg/unittest/lib/src/spread_args_helper.dart
|
| @@ -7,7 +7,7 @@ class _ArgPlaceHolder {
|
| const _ArgPlaceHolder();
|
| }
|
|
|
| -/** Simulates spread arguments using named arguments. */
|
| +/// Simulates spread arguments using named arguments.
|
| // TODO(sigmund): remove this class and simply use a closure with named
|
| // arguments (if still applicable).
|
| class _SpreadArgsHelper {
|
|
|