| Index: pkg/shelf/test/harness_console.dart
|
| diff --git a/pkg/shelf/test/harness_console.dart b/pkg/shelf/test/harness_console.dart
|
| index 4b61b73b8d5f3c6ef5b1a2587dd3af3cbef7a89c..6c303a7bc9c3989423d1f7b49c5c1ba2a970b834 100644
|
| --- a/pkg/shelf/test/harness_console.dart
|
| +++ b/pkg/shelf/test/harness_console.dart
|
| @@ -21,7 +21,6 @@ import 'request_test.dart' as request;
|
| import 'response_test.dart' as response;
|
| import 'shelf_io_test.dart' as shelf_io;
|
| import 'stack_test.dart' as stack;
|
| -import 'string_scanner_test.dart' as string_scanner;
|
|
|
| void main() {
|
| groupSep = ' - ';
|
| @@ -34,5 +33,4 @@ void main() {
|
| group('Response', response.main);
|
| group('shelf_io', shelf_io.main);
|
| group('Stack', stack.main);
|
| - group('StringScanner', string_scanner.main);
|
| }
|
|
|