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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 library engine.test;
2
3 import "scanner_test.dart" as t_scanner;
4 import "parser_test.dart" as t_parser;
5 import "ast_test.dart" as t_ast;
6 import "element_test.dart" as t_element;
7 import "resolver_test.dart" as t_resolver;
8
9 main() {
10 t_scanner.main();
11 t_parser.main();
12 t_ast.main();
13 t_element.main();
14 t_resolver.main();
15 }
OLDNEW
« 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