| Index: utils/tests/pub/validator_test.dart
|
| diff --git a/utils/tests/pub/validator_test.dart b/utils/tests/pub/validator_test.dart
|
| index c4396332261b5e4e6daf7475690597221a26c948..2c3694583f78a36f6f334b52794faf0c6280e497 100644
|
| --- a/utils/tests/pub/validator_test.dart
|
| +++ b/utils/tests/pub/validator_test.dart
|
| @@ -161,15 +161,6 @@ main() {
|
| expectNoValidationError(lib);
|
| });
|
|
|
| - integration('has an unconstrained dependency on "unittest"', () {
|
| - dir(appPath, [
|
| - libPubspec("test_pkg", "1.0.0", deps: [
|
| - {'hosted': 'unittest'}
|
| - ])
|
| - ]).scheduleCreate();
|
| - expectNoValidationError(dependency);
|
| - });
|
| -
|
| integration('has a nested directory named "tools"', () {
|
| dir(appPath, [
|
| dir("foo", [dir("tools")])
|
|
|