| Index: utils/tests/pub/install/git/check_out_transitive_test.dart
|
| diff --git a/utils/tests/pub/install/git/check_out_transitive_test.dart b/utils/tests/pub/install/git/check_out_transitive_test.dart
|
| index 662dbc77dc565a0d4ed7310bd78ad1ff14ec0863..9f93e0981de3b9746c09105326bc5af502da5853 100644
|
| --- a/utils/tests/pub/install/git/check_out_transitive_test.dart
|
| +++ b/utils/tests/pub/install/git/check_out_transitive_test.dart
|
| @@ -7,10 +7,9 @@ library pub_tests;
|
| import 'dart:io';
|
|
|
| import '../../test_pub.dart';
|
| -import '../../../../../pkg/unittest/lib/unittest.dart';
|
|
|
| main() {
|
| - test('checks out packages transitively from Git', () {
|
| + integration('checks out packages transitively from Git', () {
|
| ensureGit();
|
|
|
| git('foo.git', [
|
| @@ -47,7 +46,5 @@ main() {
|
| file('bar.dart', 'main() => "bar";')
|
| ])
|
| ]).scheduleValidate();
|
| -
|
| - run();
|
| });
|
| }
|
|
|