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

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

Issue 2875373002: Move flat_buffer and api_signature into front_end. (Closed)
Patch Set: Update summary format generator. 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/test/src/summary/flat_buffers_test.dart ('k') | pkg/analyzer/tool/summary/generate.dart » ('j') | 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 beb944655370a60ca9675c221fe1501a2733717a..05e82689357c6758f9fe600108dfcdcee75f6942 100644
--- a/pkg/analyzer/test/src/summary/test_all.dart
+++ b/pkg/analyzer/test/src/summary/test_all.dart
@@ -6,8 +6,6 @@ library test.src.serialization.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import 'api_signature_test.dart' as api_signature_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;
import 'name_filter_test.dart' as name_filter_test;
@@ -21,8 +19,6 @@ import 'top_level_inference_test.dart' as top_level_inference_test;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
- api_signature_test.main();
- flat_buffers_test.main();
in_summary_source_test.main();
linker_test.main();
name_filter_test.main();
« no previous file with comments | « pkg/analyzer/test/src/summary/flat_buffers_test.dart ('k') | pkg/analyzer/tool/summary/generate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698