| Index: third_party/pkg/angular/test/io/all.dart
|
| diff --git a/third_party/pkg/angular/test/io/all.dart b/third_party/pkg/angular/test/io/all.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27c1c5959da8e37ebd57b52f8a8d9295b70f223d
|
| --- /dev/null
|
| +++ b/third_party/pkg/angular/test/io/all.dart
|
| @@ -0,0 +1,11 @@
|
| +library all_io_tests;
|
| +
|
| +import 'source_metadata_extractor_spec.dart' as source_metadata_extractor_spec;
|
| +import 'expression_extractor_spec.dart' as expression_extractor_spec;
|
| +import 'template_cache_generator_spec.dart' as template_cache_generator_spec;
|
| +
|
| +main() {
|
| + source_metadata_extractor_spec.main();
|
| + expression_extractor_spec.main();
|
| + template_cache_generator_spec.main();
|
| +}
|
|
|