| Index: pkg/analyzer/test/src/plugin/plugin_config_test.dart
|
| diff --git a/pkg/analyzer/test/src/plugin/plugin_config_test.dart b/pkg/analyzer/test/src/plugin/plugin_config_test.dart
|
| index a626017a743262294ad0c8afeffd846d1578eee4..e3cc9603fc82d2d0043767917fd7d0fd4c56e6df 100644
|
| --- a/pkg/analyzer/test/src/plugin/plugin_config_test.dart
|
| +++ b/pkg/analyzer/test/src/plugin/plugin_config_test.dart
|
| @@ -45,7 +45,7 @@ analyzer:
|
| ''';
|
| var config = parseConfig(optionsSrc);
|
| // Commented out plugins shouldn't cause a parse failure.
|
| - expect(config.plugins.toList(), hasLength(0));
|
| + expect(config.plugins, hasLength(0));
|
| });
|
| group('errors', () {
|
| test('bad format', () {
|
|
|