| Index: sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| diff --git a/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart b/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| index 0b33b90635ba0dc3ea239ce6c8185f128f3d3d39..21a73abae056d846b073bc4e4b93d2ce7cfd1587 100644
|
| --- a/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| @@ -52,7 +52,6 @@ main() {
|
| 'foo',
|
| [
|
| d.matcherFile('file.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
|
| d.dir(
|
| 'packages',
|
| [
|
| @@ -72,13 +71,11 @@ main() {
|
| [
|
| d.file('dart.js', 'contents of dart.js'),
|
| d.file('interop.js', 'contents of interop.js')])]),
|
| - d.matcherFile('subfile.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty)),])]),
|
| + d.matcherFile('subfile.dart.js', isNot(isEmpty)),])]),
|
| d.dir(
|
| 'web',
|
| [
|
| d.matcherFile('file.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
|
| d.dir(
|
| 'packages',
|
| [
|
| @@ -98,7 +95,6 @@ main() {
|
| [
|
| d.file('dart.js', 'contents of dart.js'),
|
| d.file('interop.js', 'contents of interop.js')])]),
|
| - d.matcherFile('subfile.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty))])])])]).validate();
|
| + d.matcherFile('subfile.dart.js', isNot(isEmpty))])])])]).validate();
|
| });
|
| }
|
|
|