| Index: sdk/lib/_internal/pub_generated/test/serve/native_watch_removed_file_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/native_watch_removed_file_test.dart b/sdk/lib/_internal/pub_generated/test/serve/native_watch_removed_file_test.dart
|
| similarity index 71%
|
| copy from sdk/lib/_internal/pub/test/serve/native_watch_removed_file_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/serve/native_watch_removed_file_test.dart
|
| index 271842ef6611d29c2c1434c8984072e876e4740e..8aef49352d5c467a195bd47d94c4c48238b52641 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/native_watch_removed_file_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/serve/native_watch_removed_file_test.dart
|
| @@ -17,20 +17,18 @@ import 'utils.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration("stop serving a file that is removed when using the native "
|
| - "watcher", () {
|
| - d.dir(appPath, [
|
| - d.appPubspec(),
|
| - d.dir("web", [
|
| - d.file("index.html", "body")
|
| - ])
|
| - ]).create();
|
| + integration(
|
| + "stop serving a file that is removed when using the native " "watcher",
|
| + () {
|
| + d.dir(
|
| + appPath,
|
| + [d.appPubspec(), d.dir("web", [d.file("index.html", "body")])]).create();
|
|
|
| pubServe(args: ["--no-force-poll"]);
|
| requestShouldSucceed("index.html", "body");
|
|
|
| - schedule(() => deleteEntry(
|
| - path.join(sandboxDir, appPath, "web", "index.html")));
|
| + schedule(
|
| + () => deleteEntry(path.join(sandboxDir, appPath, "web", "index.html")));
|
|
|
| waitForBuildSuccess();
|
| requestShould404("index.html");
|
|
|