| OLD | NEW |
| (Empty) | |
| 1 /// auto-generated by update_angular.sh |
| 2 |
| 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 |
| 5 // BSD-style license that can be found in the LICENSE file. |
| 6 |
| 7 library angular_vm_tests; |
| 8 |
| 9 import 'package:unittest/compact_vm_config.dart'; |
| 10 import 'package:unittest/unittest.dart'; |
| 11 |
| 12 import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as
test_0; |
| 13 import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_
1; |
| 14 import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_sp
ec.dart' as test_2; |
| 15 |
| 16 main() { |
| 17 useCompactVMConfiguration(); |
| 18 |
| 19 group('tools/html_extractor', () { |
| 20 test_0.main(); |
| 21 }); |
| 22 |
| 23 group('tools/selector', () { |
| 24 test_1.main(); |
| 25 }); |
| 26 |
| 27 group('tools/source_metadata_extractor', () { |
| 28 test_2.main(); |
| 29 }); |
| 30 |
| 31 } |
| OLD | NEW |