| Index: sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_web_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_web_test.dart b/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_web_test.dart
|
| index ec942b669f3751d444e1b004db5cf1aa3ba31440..47ff65687e93e1669ee8f490c28e49e585415d45 100644
|
| --- a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_web_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_web_test.dart
|
| @@ -27,7 +27,7 @@ main() {
|
| ]).create();
|
|
|
| schedulePub(args: ["build"],
|
| - output: new RegExp(r"Built 6 files!"));
|
| + output: new RegExp(r'Built 6 files to "build".'));
|
|
|
| d.dir(appPath, [
|
| d.dir('build', [
|
|
|