| Index: sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart b/sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| index fd2a853345666c0b35e8f510b11d3cb88743f8d4..51780218c59773f9ac40032518837465f8d774d1 100644
|
| --- a/sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart
|
| @@ -43,7 +43,6 @@ main() {
|
| d.dir('build', [
|
| d.dir('foo', [
|
| d.matcherFile('file.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
|
| d.dir('packages', [d.dir('browser', [
|
| d.file('dart.js', 'contents of dart.js'),
|
| d.file('interop.js', 'contents of interop.js')
|
| @@ -54,12 +53,10 @@ main() {
|
| d.file('interop.js', 'contents of interop.js')
|
| ])]),
|
| d.matcherFile('subfile.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty)),
|
| ])
|
| ]),
|
| d.dir('web', [
|
| d.matcherFile('file.dart.js', isNot(isEmpty)),
|
| - d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
|
| d.dir('packages', [d.dir('browser', [
|
| d.file('dart.js', 'contents of dart.js'),
|
| d.file('interop.js', 'contents of interop.js')
|
| @@ -69,8 +66,7 @@ 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))
|
| ])
|
| ])
|
| ])
|
|
|