Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: pkg/analyzer/test/src/plugin/plugin_config_test.dart

Issue 1366663002: Plugin config cleanup. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/plugin/plugin_configuration.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', () {
« no previous file with comments | « pkg/analyzer/lib/src/plugin/plugin_configuration.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698