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

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

Issue 2946313003: Restore partial analysis of analysis options files (Closed)
Patch Set: Created 3 years, 6 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/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 913294f89463e929b550a4ad52b9b90357d01b4b..c93e825ac96816ba4fa386a42c0ca3ed024807f9 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, 4);
+ expect(context.implicitFileCount, 5);
expect(context.workItemQueueLength, isNotNull);
}

Powered by Google App Engine
This is Rietveld 408576698