| Index: test/serve/native_watch_removed_file_test.dart
|
| diff --git a/test/serve/native_watch_removed_file_test.dart b/test/serve/native_watch_removed_file_test.dart
|
| index 17295675ef37d6dae476f5372244542308857c09..35dd02a87b3d47b5f03f0ee66c5d5a798d848d92 100644
|
| --- a/test/serve/native_watch_removed_file_test.dart
|
| +++ b/test/serve/native_watch_removed_file_test.dart
|
| @@ -25,7 +25,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - pubServe(args: ["--no-force-poll"]);
|
| + pubServe(args: ["--no-force-poll"], shouldGetFirst: true);
|
| requestShouldSucceed("index.html", "body");
|
|
|
| schedule(() => deleteEntry(
|
|
|