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