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

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

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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.html ('k') | runtime/observatory/pubspec.yaml » ('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
diff --git a/pkg/third_party/angular_tests/vm_test.dart b/pkg/third_party/angular_tests/vm_test.dart
deleted file mode 100644
index d7a71afb2958364c70dc9fa4c2b57ad626915aa2..0000000000000000000000000000000000000000
--- a/pkg/third_party/angular_tests/vm_test.dart
+++ /dev/null
@@ -1,29 +0,0 @@
-/// auto-generated by update_angular.sh
-
-// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-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;
-
-main() {
- useCompactVMConfiguration();
-
- group('tools/html_extractor', () {
- test_0.main();
- });
-
- group('tools/selector', () {
- test_1.main();
- });
-
- group('tools/source_metadata_extractor', () {
- test_2.main();
- });
-}
« no previous file with comments | « pkg/third_party/angular_tests/browser_test.html ('k') | runtime/observatory/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698