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

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

Issue 1124003007: In the new task model, use explicit dependencies on the type provider. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reformat Created 5 years, 7 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/dart_test.dart
diff --git a/pkg/analyzer/test/src/task/dart_test.dart b/pkg/analyzer/test/src/task/dart_test.dart
index ecd1a9e230f5aa64518b262bebdd1723ad3f181b..8a39402f9f039cf8889f62fabfd632dddd220122 100644
--- a/pkg/analyzer/test/src/task/dart_test.dart
+++ b/pkg/analyzer/test/src/task/dart_test.dart
@@ -2367,6 +2367,7 @@ class _AbstractDartTaskTest extends AbstractContextTest {
void _computeResult(AnalysisTarget target, ResultDescriptor result) {
oldOutputs = outputs;
task = analysisDriver.computeResult(target, result);
+ expect(task, isNotNull);
expect(task.caughtException, isNull);
outputs = task.outputs;
}
« pkg/analyzer/lib/src/task/manager.dart ('K') | « pkg/analyzer/lib/src/task/manager.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698