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

Unified Diff: pkg/analysis_server/test/integration/test_all.dart

Issue 2683793003: Add failing test (Closed)
Patch Set: Created 3 years, 10 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/analysis_server/test/integration/test_all.dart
diff --git a/pkg/analysis_server/test/integration/test_all.dart b/pkg/analysis_server/test/integration/test_all.dart
index 3eda5bdfd51bd2bd98908a426a261299f59344fa..5c954fe6fa4e7896e4ea3b0a60fff35f4430c7c6 100644
--- a/pkg/analysis_server/test/integration/test_all.dart
+++ b/pkg/analysis_server/test/integration/test_all.dart
@@ -8,6 +8,7 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'analysis/test_all.dart' as analysis_test_all;
import 'completion/test_all.dart' as completion_test_all;
+import 'execution/test_all.dart' as execution_test_all;
import 'search/test_all.dart' as search_test_all;
import 'server/test_all.dart' as server_test_all;
@@ -18,6 +19,7 @@ main() {
defineReflectiveSuite(() {
analysis_test_all.main();
completion_test_all.main();
+ execution_test_all.main();
search_test_all.main();
server_test_all.main();
}, name: 'analysis_server_integration');

Powered by Google App Engine
This is Rietveld 408576698