Index: sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
diff --git a/sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart b/sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
index 0d93ce986f8041b4adc94118796b18806c7869c2..c2ab7b4692757ee9018453f7fc33e0bdcffed6e5 100644 |
--- a/sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
+++ b/sdk/lib/_internal/pub/test/dart2js/compiles_entrypoints_in_root_package_test.dart |
@@ -46,34 +46,28 @@ main() { |
d.dir('build', [ |
d.dir('benchmark', [ |
d.matcherFile('file.dart.js', isNot(isEmpty)), |
- d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)), |
d.nothing('file.dart'), |
d.nothing('lib.dart'), |
d.dir('subdir', [ |
d.matcherFile('subfile.dart.js', isNot(isEmpty)), |
- d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty)), |
d.nothing('subfile.dart') |
]) |
]), |
d.dir('foo', [ |
d.matcherFile('file.dart.js', isNot(isEmpty)), |
- d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)), |
d.nothing('file.dart'), |
d.nothing('lib.dart'), |
d.dir('subdir', [ |
d.matcherFile('subfile.dart.js', isNot(isEmpty)), |
- d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty)), |
d.nothing('subfile.dart') |
]) |
]), |
d.dir('web', [ |
d.matcherFile('file.dart.js', isNot(isEmpty)), |
- d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)), |
d.nothing('file.dart'), |
d.nothing('lib.dart'), |
d.dir('subdir', [ |
d.matcherFile('subfile.dart.js', isNot(isEmpty)), |
- d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty)), |
d.nothing('subfile.dart') |
]) |
]) |