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

Side by Side Diff: pkg/analyzer/test/generated/test_all.dart

Issue 2682753002: Rename parser_test_fasta.dart to parser_fasta_test.dart. (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « pkg/analyzer/test/generated/parser_test_fasta.dart ('k') | 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
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library analyzer.test.generated.test_all; 5 library analyzer.test.generated.test_all;
6 6
7 import 'package:test_reflective_loader/test_reflective_loader.dart'; 7 import 'package:test_reflective_loader/test_reflective_loader.dart';
8 8
9 import 'all_the_rest_test.dart' as all_the_rest; 9 import 'all_the_rest_test.dart' as all_the_rest;
10 import 'bazel_test.dart' as bazel_test; 10 import 'bazel_test.dart' as bazel_test;
(...skipping 14 matching lines...) Expand all
25 import 'hint_code_driver_test.dart' as hint_code_driver_test; 25 import 'hint_code_driver_test.dart' as hint_code_driver_test;
26 import 'hint_code_test.dart' as hint_code_test; 26 import 'hint_code_test.dart' as hint_code_test;
27 import 'incremental_resolver_test.dart' as incremental_resolver_test; 27 import 'incremental_resolver_test.dart' as incremental_resolver_test;
28 import 'inheritance_manager_test.dart' as inheritance_manager_test; 28 import 'inheritance_manager_test.dart' as inheritance_manager_test;
29 import 'java_core_test.dart' as java_core_test; 29 import 'java_core_test.dart' as java_core_test;
30 import 'java_io_test.dart' as java_io_test; 30 import 'java_io_test.dart' as java_io_test;
31 import 'non_error_resolver_driver_test.dart' as non_error_resolver_driver_test; 31 import 'non_error_resolver_driver_test.dart' as non_error_resolver_driver_test;
32 import 'non_error_resolver_test.dart' as non_error_resolver_test; 32 import 'non_error_resolver_test.dart' as non_error_resolver_test;
33 import 'non_hint_code_driver_test.dart' as non_hint_code_driver_test; 33 import 'non_hint_code_driver_test.dart' as non_hint_code_driver_test;
34 import 'non_hint_code_test.dart' as non_hint_code_test; 34 import 'non_hint_code_test.dart' as non_hint_code_test;
35 import 'parser_fasta_test.dart' as parser_fasta_test;
35 import 'parser_test.dart' as parser_test; 36 import 'parser_test.dart' as parser_test;
36 import 'parser_test_fasta.dart' as parser_test_fasta;
37 import 'resolver_driver_test.dart' as resolver_driver_test; 37 import 'resolver_driver_test.dart' as resolver_driver_test;
38 import 'resolver_test.dart' as resolver_test; 38 import 'resolver_test.dart' as resolver_test;
39 import 'scanner_test.dart' as scanner_test; 39 import 'scanner_test.dart' as scanner_test;
40 import 'sdk_test.dart' as sdk_test; 40 import 'sdk_test.dart' as sdk_test;
41 import 'simple_resolver_test.dart' as simple_resolver_test; 41 import 'simple_resolver_test.dart' as simple_resolver_test;
42 import 'source_factory_test.dart' as source_factory_test; 42 import 'source_factory_test.dart' as source_factory_test;
43 import 'static_type_analyzer_driver_test.dart' 43 import 'static_type_analyzer_driver_test.dart'
44 as static_type_analyzer_driver_test; 44 as static_type_analyzer_driver_test;
45 import 'static_type_analyzer_test.dart' as static_type_analyzer_test; 45 import 'static_type_analyzer_test.dart' as static_type_analyzer_test;
46 import 'static_type_warning_code_driver_test.dart' 46 import 'static_type_warning_code_driver_test.dart'
(...skipping 27 matching lines...) Expand all
74 hint_code_driver_test.main(); 74 hint_code_driver_test.main();
75 hint_code_test.main(); 75 hint_code_test.main();
76 incremental_resolver_test.main(); 76 incremental_resolver_test.main();
77 inheritance_manager_test.main(); 77 inheritance_manager_test.main();
78 java_core_test.main(); 78 java_core_test.main();
79 java_io_test.main(); 79 java_io_test.main();
80 non_error_resolver_driver_test.main(); 80 non_error_resolver_driver_test.main();
81 non_error_resolver_test.main(); 81 non_error_resolver_test.main();
82 non_hint_code_driver_test.main(); 82 non_hint_code_driver_test.main();
83 non_hint_code_test.main(); 83 non_hint_code_test.main();
84 parser_fasta_test.main();
84 parser_test.main(); 85 parser_test.main();
85 parser_test_fasta.main();
86 resolver_driver_test.main(); 86 resolver_driver_test.main();
87 resolver_test.main(); 87 resolver_test.main();
88 scanner_test.main(); 88 scanner_test.main();
89 sdk_test.main(); 89 sdk_test.main();
90 simple_resolver_test.main(); 90 simple_resolver_test.main();
91 source_factory_test.main(); 91 source_factory_test.main();
92 static_type_analyzer_driver_test.main(); 92 static_type_analyzer_driver_test.main();
93 static_type_analyzer_test.main(); 93 static_type_analyzer_test.main();
94 static_type_warning_code_driver_test.main(); 94 static_type_warning_code_driver_test.main();
95 static_type_warning_code_test.main(); 95 static_type_warning_code_test.main();
96 static_warning_code_driver_test.main(); 96 static_warning_code_driver_test.main();
97 static_warning_code_test.main(); 97 static_warning_code_test.main();
98 strong_mode_driver_test.main(); 98 strong_mode_driver_test.main();
99 strong_mode_test.main(); 99 strong_mode_test.main();
100 type_system_test.main(); 100 type_system_test.main();
101 utilities_dart_test.main(); 101 utilities_dart_test.main();
102 utilities_test.main(); 102 utilities_test.main();
103 }, name: 'generated'); 103 }, name: 'generated');
104 } 104 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/parser_test_fasta.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698