| 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 68edc389fe2b282018a1f9a8e0f2edc99da1f6ac..62c16bae4714b62f472e316e55eaa767f0b4e040 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,7 +27,7 @@ main() {
|
| ]).create();
|
|
|
| schedulePub(args: ["build", "benchmark"],
|
| - output: new RegExp(r"Built 6 files!"));
|
| + output: new RegExp(r'Built 6 files to "build".'));
|
|
|
| d.dir(appPath, [
|
| d.dir('build', [
|
|
|