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

Unified Diff: pkg/analysis_server/test/domain_diagnostic_test.dart

Issue 2981553002: AnalysisOptionsProvider.getOptionsFile() should return only existing files. (Closed)
Patch Set: Created 3 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 | « no previous file | pkg/analyzer/lib/source/analysis_options_provider.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/domain_diagnostic_test.dart
diff --git a/pkg/analysis_server/test/domain_diagnostic_test.dart b/pkg/analysis_server/test/domain_diagnostic_test.dart
index c93e825ac96816ba4fa386a42c0ca3ed024807f9..913294f89463e929b550a4ad52b9b90357d01b4b 100644
--- a/pkg/analysis_server/test/domain_diagnostic_test.dart
+++ b/pkg/analysis_server/test/domain_diagnostic_test.dart
@@ -44,7 +44,7 @@ class DiagnosticDomainTest extends AbstractAnalysisTest {
expect(context.name, '/project');
expect(context.explicitFileCount, 1); /* test.dart */
- expect(context.implicitFileCount, 5);
+ expect(context.implicitFileCount, 4);
expect(context.workItemQueueLength, isNotNull);
}
« no previous file with comments | « no previous file | pkg/analyzer/lib/source/analysis_options_provider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698