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

Unified Diff: pkg/analyzer_plugin/test/utilities/test_all.dart

Issue 2867163002: Add more conversion utilities (Closed)
Patch Set: Created 3 years, 7 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/analyzer_plugin/test/utilities/analyzer_converter_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/test/utilities/test_all.dart
diff --git a/pkg/analyzer_plugin/test/utilities/test_all.dart b/pkg/analyzer_plugin/test/utilities/test_all.dart
index 5da339cf7717e0debb92c30096f46b59690b5894..0b589c1cf8ba28f03992bf45102e4dfe8d0ac0af 100644
--- a/pkg/analyzer_plugin/test/utilities/test_all.dart
+++ b/pkg/analyzer_plugin/test/utilities/test_all.dart
@@ -4,10 +4,12 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
+import 'analyzer_converter_test.dart' as analyzer_converter_test;
import 'subscriptions/test_all.dart' as subscriptions;
main() {
defineReflectiveSuite(() {
+ analyzer_converter_test.main();
subscriptions.main();
}, name: 'utilities');
}
« no previous file with comments | « pkg/analyzer_plugin/test/utilities/analyzer_converter_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698