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

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

Issue 981283003: Change all sources associated with changed files (issue 22680) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 5 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/analyzer/test/src/task/driver_test.dart
diff --git a/pkg/analyzer/test/src/task/driver_test.dart b/pkg/analyzer/test/src/task/driver_test.dart
index 9a7afd9e1f8478f0a96b1a8d56ff1801923f2356..f82d32733652514f490eee6612533d3885f95cc0 100644
--- a/pkg/analyzer/test/src/task/driver_test.dart
+++ b/pkg/analyzer/test/src/task/driver_test.dart
@@ -709,6 +709,11 @@ class _TestContext implements ExtendedAnalysisContext {
}
@override
+ List<Source> getSourcesWithFullName(String path) {
+ return baseContext.getSourcesWithFullName(path);
+ }
+
+ @override
bool handleContentsChanged(
Source source, String originalContents, String newContents, bool notify) {
return baseContext.handleContentsChanged(
« pkg/analyzer/lib/src/generated/engine.dart ('K') | « pkg/analyzer/test/generated/test_support.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698