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

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

Issue 281943002: Add a top-level typed_mock package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 6 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 | « no previous file | pkg/analysis_server/test/typed_mock.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/test_all.dart
diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart
index dc410d05ebc2e891d0d34366a7ef09135ade3bb0..e230a51dd654b322f56d536e3ea17ae022970ebc 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -10,7 +10,6 @@ import 'domain_context_test.dart' as domain_context_test;
import 'domain_server_test.dart' as domain_server_test;
import 'protocol_test.dart' as protocol_test;
import 'socket_server_test.dart' as socket_server_test;
-import 'typed_mock_test.dart' as typed_mock_test;
/// Utility for manually running all tests
main() {
@@ -21,6 +20,5 @@ main() {
domain_server_test.main();
protocol_test.main();
socket_server_test.main();
- typed_mock_test.main();
});
}
« no previous file with comments | « no previous file | pkg/analysis_server/test/typed_mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698