| Index: pkg/third_party/angular_tests/vm_test.dart
|
| diff --git a/pkg/third_party/angular_tests/vm_test.dart b/pkg/third_party/angular_tests/vm_test.dart
|
| index d7a71afb2958364c70dc9fa4c2b57ad626915aa2..0c5509a30509d22566a0de95facfe2176782bc08 100644
|
| --- a/pkg/third_party/angular_tests/vm_test.dart
|
| +++ b/pkg/third_party/angular_tests/vm_test.dart
|
| @@ -8,22 +8,22 @@ library angular_vm_tests;
|
|
|
| import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
| -import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as test_0;
|
| -import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_1;
|
| -import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_spec.dart' as test_2;
|
| +import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_0;
|
| +import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_spec.dart' as test_1;
|
| +import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as test_2;
|
|
|
| main() {
|
| useCompactVMConfiguration();
|
|
|
| - group('tools/html_extractor', () {
|
| + group('tools/selector', () {
|
| test_0.main();
|
| });
|
|
|
| - group('tools/selector', () {
|
| + group('tools/source_metadata_extractor', () {
|
| test_1.main();
|
| });
|
|
|
| - group('tools/source_metadata_extractor', () {
|
| + group('tools/html_extractor', () {
|
| test_2.main();
|
| });
|
| }
|
|
|