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

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

Issue 2640793006: Don't create FileState(s) for SDK source in _ContentCacheWrapper. (Closed)
Patch Set: Created 3 years, 11 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/src/dart/analysis/driver.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 fcaf75532475452fac77f871995bc0edf233356b..7d798c9ed3d26ed8e525c968ec717dddb2c01bb6 100644
--- a/pkg/analysis_server/test/domain_diagnostic_test.dart
+++ b/pkg/analysis_server/test/domain_diagnostic_test.dart
@@ -47,8 +47,7 @@ class DiagnosticDomainTest extends AbstractAnalysisTest {
expect(context.explicitFileCount, 1); /* test.dart */
if (enableNewAnalysisDriver) {
- // dart:core (although it should not be here)
- expect(context.implicitFileCount, 1);
+ expect(context.implicitFileCount, 0);
} else {
// dart:core dart:async dart:math dart:_internal
expect(context.implicitFileCount, 4);
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/dart/analysis/driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698