Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: pkg/third_party/angular_tests/vm_test.dart

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/third_party/angular_tests/browser_test.dart ('k') | third_party/pkg/angular/.travis.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/third_party/angular_tests/vm_test.dart
===================================================================
--- pkg/third_party/angular_tests/vm_test.dart (revision 33054)
+++ pkg/third_party/angular_tests/vm_test.dart (working copy)
@@ -8,22 +8,22 @@
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
-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;
+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;
main() {
useCompactVMConfiguration();
- group('tools/selector', () {
+ group('tools/html_extractor', () {
test_0.main();
});
- group('tools/source_metadata_extractor', () {
+ group('tools/selector', () {
test_1.main();
});
- group('tools/html_extractor', () {
+ group('tools/source_metadata_extractor', () {
test_2.main();
});
}
« no previous file with comments | « pkg/third_party/angular_tests/browser_test.dart ('k') | third_party/pkg/angular/.travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698