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

Unified Diff: pkg/analysis_server/test/services/linter/linter_test.dart

Issue 1855643002: More strong mode changes to analysis_server (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Backout changes to options file Created 4 years, 9 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
Index: pkg/analysis_server/test/services/linter/linter_test.dart
diff --git a/pkg/analysis_server/test/services/linter/linter_test.dart b/pkg/analysis_server/test/services/linter/linter_test.dart
index 00a9fd6abdc4af52ffff536764338061f671de27..1017bd6b243f86ca91a87fc55dd34c1384d7d713 100644
--- a/pkg/analysis_server/test/services/linter/linter_test.dart
+++ b/pkg/analysis_server/test/services/linter/linter_test.dart
@@ -74,7 +74,7 @@ linter:
[UNDEFINED_LINT_WARNING]);
}
- validate(String source, List<AnalysisOptionsErrorCode> expected) {
+ validate(String source, List<ErrorCode> expected) {
var options = optionsProvider.getOptionsFromString(source);
validator.validate(reporter, options);
expect(errors.map((AnalysisError e) => e.errorCode),

Powered by Google App Engine
This is Rietveld 408576698