| OLD | NEW |
| 1 /// auto-generated by update_angular.sh | 1 /// auto-generated by update_angular.sh |
| 2 | 2 |
| 3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
| 5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
| 6 | 6 |
| 7 library angular_vm_tests; | 7 library angular_vm_tests; |
| 8 | 8 |
| 9 import 'package:unittest/compact_vm_config.dart'; | 9 import 'package:unittest/compact_vm_config.dart'; |
| 10 import 'package:unittest/unittest.dart'; | 10 import 'package:unittest/unittest.dart'; |
| 11 import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_
0; | 11 import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as
test_0; |
| 12 import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_sp
ec.dart' as test_1; | 12 import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_
1; |
| 13 import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as
test_2; | 13 import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_sp
ec.dart' as test_2; |
| 14 | 14 |
| 15 main() { | 15 main() { |
| 16 useCompactVMConfiguration(); | 16 useCompactVMConfiguration(); |
| 17 | 17 |
| 18 group('tools/selector', () { | 18 group('tools/html_extractor', () { |
| 19 test_0.main(); | 19 test_0.main(); |
| 20 }); | 20 }); |
| 21 | 21 |
| 22 group('tools/source_metadata_extractor', () { | 22 group('tools/selector', () { |
| 23 test_1.main(); | 23 test_1.main(); |
| 24 }); | 24 }); |
| 25 | 25 |
| 26 group('tools/html_extractor', () { | 26 group('tools/source_metadata_extractor', () { |
| 27 test_2.main(); | 27 test_2.main(); |
| 28 }); | 28 }); |
| 29 } | 29 } |
| OLD | NEW |