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

Unified Diff: pkg/analysis_server/test/index/store/test_all.dart

Issue 346273005: A FileManager implementation to keep each index file in a separate file system file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments Created 6 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/analysis_server/test/index/store/separate_file_manager_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/index/store/test_all.dart
diff --git a/pkg/analysis_server/test/index/store/test_all.dart b/pkg/analysis_server/test/index/store/test_all.dart
index 6386c226dbcaade0424d185968f36aefc81e4a13..4e67d6b9142618e5ab2e977ffd0b49e2eb3a9a5a 100644
--- a/pkg/analysis_server/test/index/store/test_all.dart
+++ b/pkg/analysis_server/test/index/store/test_all.dart
@@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
import 'codec_test.dart' as codec_test;
import 'collection_test.dart' as collection_test;
+import 'separate_file_manager_test.dart' as separate_file_manager_test;
import 'split_store_test.dart' as split_store_test;
@@ -19,6 +20,7 @@ main() {
group('store', () {
codec_test.main();
collection_test.main();
+ separate_file_manager_test.main();
split_store_test.main();
});
}
« no previous file with comments | « pkg/analysis_server/test/index/store/separate_file_manager_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698