| Index: utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart | 
| diff --git a/utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart b/utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart | 
| index 2a16d31d6d90cd78ab11cc2c6755bb02999856fe..959d51a8199a7c58012485f613034f6245e31cd0 100644 | 
| --- a/utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart | 
| +++ b/utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart | 
| @@ -7,10 +7,10 @@ library pub_tests; | 
| import 'dart:io'; | 
|  | 
| import '../../test_pub.dart'; | 
| -import '../../../../../pkg/unittest/lib/unittest.dart'; | 
|  | 
| main() { | 
| -  test("removes a transitive dependency that's no longer depended on", () { | 
| +  integration("removes a transitive dependency that's no longer depended" | 
| +      " on", () { | 
| servePackages([ | 
| package("foo", "1.0.0", [dependency("shared-dep")]), | 
| package("bar", "1.0.0", [ | 
| @@ -44,7 +44,5 @@ main() { | 
| "shared-dep": "1.0.0", | 
| "bar-dep": null, | 
| }).scheduleValidate(); | 
| - | 
| -    run(); | 
| }); | 
| } | 
|  |