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

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: Alternate location for isTaskRunning flag 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 fcdf0112f0c1963a7c6bf1bda6fee117d235e723..8e3882c49fc4860c1ea6349cd0d631db6df3c7c1 100644
--- a/pkg/analyzer/test/src/task/dart_test.dart
+++ b/pkg/analyzer/test/src/task/dart_test.dart
@@ -2391,6 +2391,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/driver.dart ('K') | « pkg/analyzer/lib/src/task/driver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698