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/analyzer/test/generated/all_test.dart

Issue 46633002: Remove all_test from analyzer package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/all_test.dart
diff --git a/pkg/analyzer/test/generated/all_test.dart b/pkg/analyzer/test/generated/all_test.dart
deleted file mode 100644
index cdf143e056202954066a07463a74f5ade7f5d6a4..0000000000000000000000000000000000000000
--- a/pkg/analyzer/test/generated/all_test.dart
+++ /dev/null
@@ -1,15 +0,0 @@
-library engine.test;
-
-import "scanner_test.dart" as t_scanner;
-import "parser_test.dart" as t_parser;
-import "ast_test.dart" as t_ast;
-import "element_test.dart" as t_element;
-import "resolver_test.dart" as t_resolver;
-
-main() {
- t_scanner.main();
- t_parser.main();
- t_ast.main();
- t_element.main();
- t_resolver.main();
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698