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

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

Issue 1831563002: expose InSummarySource with its summaryPath (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix test too Created 4 years, 9 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/summary/in_summary_source_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/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 08af93d7644aefac62fbe084522a65571efb3c07..84e566037c5bf905b46e130591abaed926a2e80a 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 'flat_buffers_test.dart' as flat_buffers_test;
+import 'in_summary_source_test.dart' as in_summary_source_test;
import 'incremental_cache_test.dart' as incremental_cache_test;
import 'index_unit_test.dart' as index_unit_test;
import 'name_filter_test.dart' as name_filter_test;
@@ -23,6 +24,7 @@ main() {
initializeTestEnvironment();
group('summary tests', () {
flat_buffers_test.main();
+ in_summary_source_test.main();
incremental_cache_test.main();
index_unit_test.main();
name_filter_test.main();
« no previous file with comments | « pkg/analyzer/test/src/summary/in_summary_source_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698