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

Unified Diff: pkg/front_end/test/src/incremental/test_all.dart

Issue 2939653002: FlatBuffers formats for storing unlinked units. (Closed)
Patch Set: Created 3 years, 6 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/front_end/test/src/incremental/format_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/src/incremental/test_all.dart
diff --git a/pkg/front_end/test/src/incremental/test_all.dart b/pkg/front_end/test/src/incremental/test_all.dart
index e74c21ee05ff2b4980eaf706941047c64b77442b..3f98c83cb11ae029026c06c02dd05b715b124e0d 100644
--- a/pkg/front_end/test/src/incremental/test_all.dart
+++ b/pkg/front_end/test/src/incremental/test_all.dart
@@ -6,11 +6,13 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'byte_store_test.dart' as byte_store;
import 'file_state_test.dart' as file_state;
+import 'format_test.dart' as format;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
byte_store.main();
file_state.main();
+ format.main();
}, name: 'incremental');
}
« no previous file with comments | « pkg/front_end/test/src/incremental/format_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698