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

Unified Diff: pkg/analyzer/test/src/task/strong/test_all.dart

Issue 2846463003: Instrument analyzer's type analysis and run front_end inference tests. (Closed)
Patch Set: Updates. 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
« no previous file with comments | « pkg/analyzer/test/src/task/strong/front_end_inference_test.dart ('k') | pkg/front_end/front_end.iml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/task/strong/test_all.dart
diff --git a/pkg/analyzer/test/src/task/strong/test_all.dart b/pkg/analyzer/test/src/task/strong/test_all.dart
index 7b65843ebd6071bc04f907d4b7bfa0f7d3e80864..f5c83bcfadcdb51c1aa0a8c3b0b5ed5dbf43a58a 100644
--- a/pkg/analyzer/test/src/task/strong/test_all.dart
+++ b/pkg/analyzer/test/src/task/strong/test_all.dart
@@ -7,12 +7,14 @@ library analyzer.test.src.task.strong.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'checker_test.dart' as checker_test;
+import 'front_end_inference_test.dart' as front_end_inference_test;
import 'inferred_type_test.dart' as inferred_type_test;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
checker_test.main();
+ front_end_inference_test.main();
inferred_type_test.main();
}, name: 'strong');
}
« no previous file with comments | « pkg/analyzer/test/src/task/strong/front_end_inference_test.dart ('k') | pkg/front_end/front_end.iml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698