Index: sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_benchmark_test.dart |
diff --git a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_benchmark_test.dart b/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_benchmark_test.dart |
index 62c16bae4714b62f472e316e55eaa767f0b4e040..0b1632eba438aef4d9027b1a2c2e7425da06c1f7 100644 |
--- a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_benchmark_test.dart |
+++ b/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_benchmark_test.dart |
@@ -27,20 +27,18 @@ main() { |
]).create(); |
schedulePub(args: ["build", "benchmark"], |
- output: new RegExp(r'Built 6 files to "build".')); |
+ output: new RegExp(r'Built 4 files to "build".')); |
d.dir(appPath, [ |
d.dir('build', [ |
d.dir('benchmark', [ |
d.matcherFile('file.dart.js', isNot(isEmpty)), |
d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)), |
- d.matcherFile('file.dart.js.map', 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.matcherFile('subfile.dart.js.map', isNot(isEmpty)), |
d.nothing('subfile.dart') |
]) |
]) |