| Index: test/descriptor.dart
 | 
| diff --git a/test/descriptor.dart b/test/descriptor.dart
 | 
| index be7cb71a6116626cdf20f214bcc5e160dba060aa..b9a28b36c4a395da0a296bc607ae42d4ff89049a 100644
 | 
| --- a/test/descriptor.dart
 | 
| +++ b/test/descriptor.dart
 | 
| @@ -153,7 +153,7 @@ Descriptor cacheDir(Map packages, {bool includePubspecs: false}) {
 | 
|  Descriptor hostedCache(Iterable<Descriptor> contents) {
 | 
|    return dir(cachePath, [
 | 
|      dir('hosted', [
 | 
| -      async(port.then((p) => dir('localhost%58$p', contents)))
 | 
| +      async(globalServer.port.then((p) => dir('localhost%58$p', contents)))
 | 
|      ])
 | 
|    ]);
 | 
|  }
 | 
| 
 |