Chromium Code Reviews| Index: test/serve/watch_modified_file_test.dart |
| diff --git a/test/serve/watch_modified_file_test.dart b/test/serve/watch_modified_file_test.dart |
| index 9fb0c31842c48bfe035de1697657c064b5922c7f..2b14cd08e32f8e7bdda103f7e5dc7db1314d8968 100644 |
| --- a/test/serve/watch_modified_file_test.dart |
| +++ b/test/serve/watch_modified_file_test.dart |
| @@ -17,7 +17,8 @@ main() { |
| ]) |
| ]).create(); |
| - pubServe(shouldGetFirst: true); |
| + pubGet(); |
| + pubServe(); |
| requestShouldSucceed("index.html", "before"); |
| d.dir(appPath, [ |