| Index: test/serve/missing_file_test.dart | 
| diff --git a/test/serve/missing_file_test.dart b/test/serve/missing_file_test.dart | 
| index 2cd36b50439840c89638c689c1bfb4d1a014c29e..c2e1c938f0aeef097ee696158e4222cc12fcef46 100644 | 
| --- a/test/serve/missing_file_test.dart | 
| +++ b/test/serve/missing_file_test.dart | 
| @@ -26,7 +26,8 @@ main() { | 
|  | 
| // Start the server with the files present so that it creates barback | 
| // assets for them. | 
| -    pubServe(shouldGetFirst: true); | 
| +    pubGet(); | 
| +    pubServe(); | 
|  | 
| // Now delete them. | 
| schedule(() { | 
|  |