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

Unified Diff: pkg/analyzer/test/src/summary/test_all.dart

Issue 2376833002: Initial version of Bazel SummaryProvider. (Closed)
Patch Set: Created 4 years, 3 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/analyzer/test/src/summary/test_all.dart
diff --git a/pkg/analyzer/test/src/summary/test_all.dart b/pkg/analyzer/test/src/summary/test_all.dart
index ba099c7058071a43866d832571c2901626ab210e..2c9966b0c9ee02ed0110ab72e2c6ff5ac59b12e2 100644
--- a/pkg/analyzer/test/src/summary/test_all.dart
+++ b/pkg/analyzer/test/src/summary/test_all.dart
@@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
import '../../utils.dart';
import 'api_signature_test.dart' as api_signature_test;
+import 'bazel_summary_test.dart' as bazel_summary_test;
import 'flat_buffers_test.dart' as flat_buffers_test;
import 'in_summary_source_test.dart' as in_summary_source_test;
import 'linker_test.dart' as linker_test;
@@ -24,6 +25,7 @@ main() {
initializeTestEnvironment();
group('summary tests', () {
api_signature_test.main();
+ bazel_summary_test.main();
flat_buffers_test.main();
in_summary_source_test.main();
linker_test.main();

Powered by Google App Engine
This is Rietveld 408576698