| Index: sdk/lib/_internal/pub_generated/test/serve/web_socket/url_to_asset_id_errors_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_errors_test.dart b/sdk/lib/_internal/pub_generated/test/serve/web_socket/url_to_asset_id_errors_test.dart
|
| similarity index 94%
|
| copy from sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_errors_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/serve/web_socket/url_to_asset_id_errors_test.dart
|
| index 4fef6a257c9c3745ecf8f2d69daef7be1a58495f..4892bf31672b0894b2304c9479a1e4db98af2a3a 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_errors_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/serve/web_socket/url_to_asset_id_errors_test.dart
|
| @@ -13,9 +13,7 @@ import '../utils.dart';
|
| main() {
|
| initConfig();
|
| setUp(() {
|
| - d.dir(appPath, [
|
| - d.appPubspec()
|
| - ]).create();
|
| + d.dir(appPath, [d.appPubspec()]).create();
|
| });
|
|
|
| integration("responds with NOT_SERVED for an unknown domain", () {
|
| @@ -33,4 +31,4 @@ main() {
|
| }, NOT_SERVED, '"localhost:80" is not being served by pub.');
|
| endPubServe();
|
| });
|
| -}
|
| +}
|
|
|