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

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

Issue 2454233003: Ensure HtmlWorkManager is subscribed to the right stream for invalidations in the presence of Sourc… (Closed)
Patch Set: Created 4 years, 2 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/test_all.dart
diff --git a/pkg/analyzer/test/src/task/test_all.dart b/pkg/analyzer/test/src/task/test_all.dart
index f34c36c1c3529d21b82c063f2ca7fde089ef8ca8..cc71c3835bbfc9b1fbcebddec9198a9874827439 100644
--- a/pkg/analyzer/test/src/task/test_all.dart
+++ b/pkg/analyzer/test/src/task/test_all.dart
@@ -12,6 +12,7 @@ import 'driver_test.dart' as driver_test;
import 'general_test.dart' as general_test;
import 'html_test.dart' as html_test;
import 'html_work_manager_test.dart' as html_work_manager_test;
+import 'html_work_manager_integration_test.dart' as html_work_manager_integration_test;
import 'incremental_element_builder_test.dart'
as incremental_element_builder_test;
import 'inputs_test.dart' as inputs_test;
@@ -32,6 +33,7 @@ main() {
general_test.main();
html_test.main();
html_work_manager_test.main();
+ html_work_manager_integration_test.main();
incremental_element_builder_test.main();
inputs_test.main();
manager_test.main();

Powered by Google App Engine
This is Rietveld 408576698