| Index: test/serve/native_watch_modified_file_test.dart
|
| diff --git a/test/serve/native_watch_modified_file_test.dart b/test/serve/native_watch_modified_file_test.dart
|
| index 9e3dbd0a14d11c669834f6ccb866f80d3c7706f4..0eb1f288b44b5ea58aa3c5f16cdce64dd5bb5175 100644
|
| --- a/test/serve/native_watch_modified_file_test.dart
|
| +++ b/test/serve/native_watch_modified_file_test.dart
|
| @@ -21,7 +21,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - pubServe(args: ["--no-force-poll"]);
|
| + pubServe(args: ["--no-force-poll"], shouldGetFirst: true);
|
| requestShouldSucceed("index.html", "before");
|
|
|
| d.dir(appPath, [
|
|
|