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

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

Issue 1576743002: Create a prelinker for summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 d6ffeb1fa7cb111f5791124053e9b5d3c267a04e..c2ee06324bc3e62eb30a48b6dfa7144c439400b2 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 'prelink_test.dart' as prelink_test;
import 'resynthesize_test.dart' as resynthesize_test;
import 'summary_sdk_test.dart' as summary_sdk_test;
import 'summary_test.dart' as summary_test;
@@ -17,6 +18,7 @@ main() {
initializeTestEnvironment();
group('summary tests', () {
flat_buffers_test.main();
+ prelink_test.main();
resynthesize_test.main();
summary_sdk_test.main();
summary_test.main();

Powered by Google App Engine
This is Rietveld 408576698