| Index: sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart b/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
|
| index 0f626b1328757e0ded8979fbb88f1c97efb17d47..dde6101ecde1f198a56eacb65035482f82042a00 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
|
| @@ -17,7 +17,7 @@ main() {
|
| currentSchedule.timeout *= 3;
|
|
|
| d.dir(appPath, [
|
| - d.appPubspec([]),
|
| + d.appPubspec(),
|
| d.dir('web', [
|
| d.file('file.dart', 'void main() => print("hello");'),
|
| d.dir('subdir', [
|
|
|