Index: utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart |
diff --git a/utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart b/utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart |
index 62779364df1d6a6abb903ab55bc56c0d72f11c65..9bd23486dc56ef30b045082506efcf6ea9986578 100644 |
--- a/utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart |
+++ b/utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart |
@@ -7,10 +7,10 @@ library pub_tests; |
import 'dart:io'; |
import '../../test_pub.dart'; |
-import '../../../../../pkg/unittest/lib/unittest.dart'; |
main() { |
- test("doesn't update dependencies whose constraints have been removed", () { |
+ integration("doesn't update dependencies whose constraints have been " |
+ "removed", () { |
servePackages([ |
package("foo", "1.0.0", [dependency("shared-dep")]), |
package("bar", "1.0.0", [dependency("shared-dep", "<2.0.0")]), |
@@ -39,7 +39,5 @@ main() { |
"bar": null, |
"shared-dep": "1.0.0" |
}).scheduleValidate(); |
- |
- run(); |
}); |
} |