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

Unified Diff: pkg/analyzer/test/src/task/options_test.dart

Issue 1977413002: Improve type information and minor clean up (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/services/lint.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/task/options_test.dart
diff --git a/pkg/analyzer/test/src/task/options_test.dart b/pkg/analyzer/test/src/task/options_test.dart
index c00dc389f33075ebbb6f21f8592a45dea6edeea9..f65c3fb8076e2f3698b32122a4fb6539906876f8 100644
--- a/pkg/analyzer/test/src/task/options_test.dart
+++ b/pkg/analyzer/test/src/task/options_test.dart
@@ -105,8 +105,7 @@ analyzer:
''');
List<ErrorProcessor> processors =
- context.getConfigurationData(CONFIGURED_ERROR_PROCESSORS)
- as List<ErrorProcessor>;
+ context.getConfigurationData(CONFIGURED_ERROR_PROCESSORS);
expect(processors, hasLength(2));
var unused_local = new AnalysisError(
« no previous file with comments | « pkg/analyzer/lib/src/services/lint.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698