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

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

Issue 2493793002: Fix and test for MemoryCachingByteStore. (Closed)
Patch Set: Created 4 years, 1 month 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/dart/analysis/byte_store_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/dart/analysis/test_all.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/test_all.dart b/pkg/analyzer/test/src/dart/analysis/test_all.dart
index fa508e7ca7cf80a16685db9be417615403d27c32..346ac5ada07338fc07e27152bd43b146a3d05796 100644
--- a/pkg/analyzer/test/src/dart/analysis/test_all.dart
+++ b/pkg/analyzer/test/src/dart/analysis/test_all.dart
@@ -6,11 +6,13 @@ library analyzer.test.src.dart.analysis.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
+import 'byte_store_test.dart' as byte_store;
import 'driver_test.dart' as driver;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
+ byte_store.main();
driver.main();
}, name: 'analysis');
}
« no previous file with comments | « pkg/analyzer/test/src/dart/analysis/byte_store_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698