File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
library reporting;
6
6
7
- import 'config.dart' ;
8
7
import 'dart:io' ;
9
8
9
+ import 'config.dart' ;
10
+
10
11
// TODO(jcollins-g): Merge this with the new [Package] error reporting.
11
12
void warning (String message) {
12
13
// TODO: Could handle fatal warnings here, or print to stderr, or remember
Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ import 'compare_output_test.dart' as compare_output_tests;
8
8
import 'dartdoc_test.dart' as dartdoc_tests;
9
9
import 'html_generator_test.dart' as html_generator_tests;
10
10
import 'io_utils_test.dart' as io_utils_tests;
11
+ import 'markdown_processor_test.dart' as markdown_processor_tests;
11
12
import 'model_test.dart' as model_tests;
12
13
import 'model_utils_test.dart' as model_utils_tests;
13
14
import 'package_meta_test.dart' as package_meta_tests;
14
15
import 'resource_loader_test.dart' as resource_loader_tests;
15
16
import 'template_test.dart' as template_tests;
16
- import 'markdown_processor_test.dart' as markdown_processor_tests;
17
17
18
18
void main () {
19
19
compare_output_tests.main ();
20
20
dartdoc_tests.main ();
21
21
html_generator_tests.main ();
22
22
io_utils_tests.main ();
23
+ markdown_processor_tests.main ();
23
24
model_tests.main ();
24
25
model_utils_tests.main ();
25
26
package_meta_tests.main ();
26
27
resource_loader_tests.main ();
27
28
template_tests.main ();
28
- markdown_processor_tests.main ();
29
29
}
You can’t perform that action at this time.
0 commit comments