Chromium Code Reviews| 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 89772b862d0e51a9c075ff92b7a09134cfb26f83..feb904bce29d5f6bbbce661c5b04d28c45031890 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 |
| @@ -31,8 +31,8 @@ main() { |
| ]) |
| ]).create(); |
| - schedulePub(args: ["build"], |
| - output: new RegExp(r'Built 6 files to "build".')); |
| + schedulePub(args: ["build", "--mode", "debug"], |
| + output: new RegExp(r'Built 8 files to "build".')); |
|
nweiz
2014/03/11 20:10:30
Why did this go from 6 to 8 files?
Bob Nystrom
2014/03/11 20:43:31
Since this is a debug build now, it also includes
|
| d.dir(appPath, [ |
| d.dir('build', [ |