| Index: sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart b/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
|
| similarity index 94%
|
| rename from sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart
|
| rename to sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
|
| index f6de716114525a711522bd3badd0d592aa961f34..53535c82ba1c27c7ca0d4c6528a5fa1af9728f36 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/reports_dart_parse_errors_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
|
| @@ -27,19 +27,19 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - schedulePub(args: ["deploy"],
|
| + schedulePub(args: ["build"],
|
| error: new RegExp(
|
| r"^Error on line 1 of .*[/\\]file\.dart:(.|\n)*"
|
| r"^Error on line 1 of .*[/\\]subfile\.dart:",
|
| multiLine: true),
|
| output: '''
|
| Finding entrypoints...
|
| -Copying web| => deploy|
|
| +Copying web| => build|
|
| '''.replaceAll('|', path.separator),
|
| exitCode: 0);
|
|
|
| d.dir(appPath, [
|
| - d.dir('deploy', [
|
| + d.dir('build', [
|
| d.matcherFile('file.txt', 'contents'),
|
| d.nothing('file.dart.js'),
|
| d.nothing('file.dart'),
|
|
|