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

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

Issue 2697833005: Add an integration test for diagnostics.getDiagnostics. (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
« no previous file with comments | « pkg/analysis_server/test/integration/diagnostic/test_all.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8e0c603d4aef10362580574e06b278a6a696bfdb..69ba9bcccc2d412bd103800bae935c5cfef3294d 100644
--- a/pkg/analysis_server/test/integration/test_all.dart
+++ b/pkg/analysis_server/test/integration/test_all.dart
@@ -9,6 +9,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 'coverage_test.dart' as coverage_test;
+import 'diagnostic/test_all.dart' as diagnostic_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;
@@ -20,6 +21,7 @@ main() {
defineReflectiveSuite(() {
analysis_test_all.main();
completion_test_all.main();
+ diagnostic_test_all.main();
execution_test_all.main();
search_test_all.main();
server_test_all.main();
« no previous file with comments | « pkg/analysis_server/test/integration/diagnostic/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698