| Index: sdk/lib/_internal/pub/test/build/ignores_existing_compiled_js_files_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/build/ignores_existing_compiled_js_files_test.dart b/sdk/lib/_internal/pub/test/build/ignores_existing_compiled_js_files_test.dart
|
| index feb904bce29d5f6bbbce661c5b04d28c45031890..56d544a55d111ab0d89194a2a4bf0bdf0920b063 100644
|
| --- a/sdk/lib/_internal/pub/test/build/ignores_existing_compiled_js_files_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/ignores_existing_compiled_js_files_test.dart
|
| @@ -32,7 +32,7 @@ main() {
|
| ]).create();
|
|
|
| schedulePub(args: ["build", "--mode", "debug"],
|
| - output: new RegExp(r'Built 8 files to "build".'));
|
| + output: new RegExp(r'Built \d+ files to "build".'));
|
|
|
| d.dir(appPath, [
|
| d.dir('build', [
|
|
|