| Index: pkg/third_party/angular_tests/core_dom/node_cursor_test.dart
|
| diff --git a/pkg/third_party/angular_tests/core_dom/node_cursor_test.dart b/pkg/third_party/angular_tests/core_dom/node_cursor_test.dart
|
| deleted file mode 100644
|
| index 87b13010d08a12b1006ef7b791e0e90557db4487..0000000000000000000000000000000000000000
|
| --- a/pkg/third_party/angular_tests/core_dom/node_cursor_test.dart
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -/// auto-generated by generate_angular_tests.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_tests;
|
| -
|
| -import 'package:angular/mock/module.dart';
|
| -import 'package:unittest/html_config.dart';
|
| -import 'package:unittest/unittest.dart';
|
| -import '../../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_lib;
|
| -
|
| -main() {
|
| - useHtmlConfiguration();
|
| -
|
| - setUp(() {
|
| - setUpInjector();
|
| - });
|
| -
|
| - test_lib.main();
|
| -}
|
| -
|
|
|