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

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

Issue 2872813002: Add support for creating source ranges (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/range_factory_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 0b589c1cf8ba28f03992bf45102e4dfe8d0ac0af..8118718be6f23250e6466ba8eb994e20c16a1509 100644
--- a/pkg/analyzer_plugin/test/utilities/test_all.dart
+++ b/pkg/analyzer_plugin/test/utilities/test_all.dart
@@ -5,11 +5,13 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'analyzer_converter_test.dart' as analyzer_converter_test;
+import 'range_factory_test.dart' as range_factory_test;
import 'subscriptions/test_all.dart' as subscriptions;
main() {
defineReflectiveSuite(() {
analyzer_converter_test.main();
+ range_factory_test.main();
subscriptions.main();
}, name: 'utilities');
}
« no previous file with comments | « pkg/analyzer_plugin/test/utilities/range_factory_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698