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

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

Issue 2820893002: Make the analysis server integration tests driver only. (Closed)
Patch Set: uncomment test code Created 3 years, 8 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/completion/test_all.dart
diff --git a/pkg/analysis_server/test/integration/completion/test_all.dart b/pkg/analysis_server/test/integration/completion/test_all.dart
index 0da42729853677529cdf5d9a6344179fcbaf9a50..580ffcaaf76df9c0f9c2d770fe068783750c1143 100644
--- a/pkg/analysis_server/test/integration/completion/test_all.dart
+++ b/pkg/analysis_server/test/integration/completion/test_all.dart
@@ -6,7 +6,6 @@ library test.integration.completion.all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import 'get_suggestions_driver_test.dart' as get_suggestions_driver_test;
import 'get_suggestions_test.dart' as get_suggestions_test;
/**
@@ -14,7 +13,6 @@ import 'get_suggestions_test.dart' as get_suggestions_test;
*/
main() {
defineReflectiveSuite(() {
- get_suggestions_driver_test.main();
get_suggestions_test.main();
}, name: 'completion');
}

Powered by Google App Engine
This is Rietveld 408576698