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

Unified Diff: pkg/analyzer_cli/test/driver_test.dart

Issue 2196393003: Mark analyzer_cli as strong-mode clean (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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_cli/lib/src/options.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/driver_test.dart
diff --git a/pkg/analyzer_cli/test/driver_test.dart b/pkg/analyzer_cli/test/driver_test.dart
index e54960317875f6537eb008f021d14ef94975ee57..58b5c1a142fe50e83692e08bdbd6ae6efaae4e70 100644
--- a/pkg/analyzer_cli/test/driver_test.dart
+++ b/pkg/analyzer_cli/test/driver_test.dart
@@ -518,7 +518,7 @@ class TestPlugin extends Plugin {
}
class TestProcessor extends OptionsProcessor {
- Map<String, YamlNode> options;
+ Map<String, Object> options;
Exception exception;
@override
@@ -527,8 +527,7 @@ class TestProcessor extends OptionsProcessor {
}
@override
- void optionsProcessed(
- AnalysisContext context, Map<String, YamlNode> options) {
+ void optionsProcessed(AnalysisContext context, Map<String, Object> options) {
this.options = options;
}
}
« no previous file with comments | « pkg/analyzer_cli/lib/src/options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698