| Index: sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart b/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
|
| index 2602b2bab4f811cfa53891e7b3949b9ef47e0df5..e252f9449e221d9a89227f1bfc52c5e466422bdf 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import 'package:pathos/path.dart' as path;
|
| +
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
|
|
| @@ -26,8 +28,8 @@ main() {
|
| schedulePub(args: ["deploy"],
|
| output: '''
|
| Finding entrypoints...
|
| -Copying web/ => deploy/
|
| -''',
|
| +Copying web| => deploy|
|
| +'''.replaceAll('|', path.separator),
|
| exitCode: 0);
|
|
|
| d.dir(appPath, [
|
|
|