| Index: sdk/lib/_internal/pub/test/cache/add/package_not_found_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/cache/add/package_not_found_test.dart b/sdk/lib/_internal/pub/test/cache/add/package_not_found_test.dart
|
| index d1bacfcf030bab9f3a2c39e631f9b41de0671435..1ee9daff5dea279d11cc4f7297f78095bf32e476 100644
|
| --- a/sdk/lib/_internal/pub/test/cache/add/package_not_found_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/cache/add/package_not_found_test.dart
|
| @@ -10,7 +10,7 @@ import '../../test_pub.dart';
|
| main() {
|
| initConfig();
|
| integration('fails if the package cound not be found on the source', () {
|
| - servePackages([]);
|
| + serveNoPackages();
|
|
|
| schedulePub(args: ["cache", "add", "foo"],
|
| error: new RegExp(r"Could not find package foo at http://.*"),
|
|
|