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

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

Issue 2933943002: Convert more tests to the new driver (Closed)
Patch Set: Created 3 years, 6 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/plugin/test_all.dart
diff --git a/pkg/analysis_server/test/plugin/test_all.dart b/pkg/analysis_server/test/plugin/test_all.dart
index 14ecead1c220df52d738cd87f71a13bf19cb3df4..8390a16e680e51b54bb44915a3d5cc381e979a9a 100644
--- a/pkg/analysis_server/test/plugin/test_all.dart
+++ b/pkg/analysis_server/test/plugin/test_all.dart
@@ -5,7 +5,6 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'protocol_dart_test.dart' as protocol_dart_test;
-import 'set_analysis_domain_test.dart' as set_analysis_domain_test;
/**
* Utility for manually running all tests.
@@ -13,6 +12,5 @@ import 'set_analysis_domain_test.dart' as set_analysis_domain_test;
main() {
defineReflectiveSuite(() {
protocol_dart_test.main();
- set_analysis_domain_test.main();
}, name: 'plugin');
}

Powered by Google App Engine
This is Rietveld 408576698